代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/150760/12265804
m knnclass.m
function y = knnclass(X,model)
% KNNCLASS k-Nearest Neighbours classifier.
%
% Synopsis:
% y = knnclass(X,model)
%
% Description:
% The input feature vectors X are classified using the K-NN
% rule
www.eeworm.com/read/130553/14186843
c dblround.c
/*
** DBLROUND.C - Rounds a double to the nearest whole number
** public domain by Ross Cottrell
*/
#include
#include
#include
double round(double x)
{
www.eeworm.com/read/130383/14196263
m svmclassnpa.m
function [xsup,alpha,b,pos]=svmclassnpa(x,y,C,kernel,kerneloption,verbose);
% USAGE
% [xsup,alpha,b,pos]=svmclassnpa(x,y,C,kernel,kerneloption,verbose);
%
%
% Main ROUTINE For Nearest P
www.eeworm.com/read/228533/14380220
c nearpt.c
/*
Solving the Nearest Point-on-Curve Problem
and
A Bezier Curve-Based Root-Finder
by Philip J. Schneider
from "Graphics Gems", Academic Press, 1990
*/
/* point_on_curve.c */
#include
www.eeworm.com/read/218613/14912801
m spnnchainp.m
% spnnchainp Defines a Hamiltonian with a(k)b(k+1) nearest-neighbor
% and periodic boundary condition; sparse version.
% spnnchainp (a,b,n) defines a a(k)b(k+1) type Hamiltonian
%
www.eeworm.com/read/218613/14912916
m nnchainp.m
%nnchainp Defines a Hamiltonian with a(k)b(k+1) nearest-neighbor
% and periodic boundary condition.
% nnchainp (a,b,n) defines a a(k)b(k+1) type Hamiltonian
% with a periodic bounda
www.eeworm.com/read/213492/15133683
m knnclass.m
function y = knnclass(X,model)
% KNNCLASS k-Nearest Neighbours classifier.
%
% Synopsis:
% y = knnclass(X,model)
%
% Description:
% The input feature vectors X are classified using the K-NN
% rule
www.eeworm.com/read/13887/285312
m mesh_fit_elec.m
function [p] = mesh_fit_elec(p)
% MESH_FIT_ELEC - find mesh vertices nearest to electrodes
%
% [p] = mesh_fit_elec(p)
%
% This function is in development. A transformation matrix,
% with ro
www.eeworm.com/read/13911/287264
m svmclassnpa.m
function [xsup,alpha,b,pos]=svmclassnpa(x,y,C,kernel,kerneloption,verbose);
% USAGE
% [xsup,alpha,b,pos]=svmclassnpa(x,y,C,kernel,kerneloption,verbose);
%
%
% Main ROUTINE For Nearest P
www.eeworm.com/read/198657/5083183
c zdiv_round.c
/* zdiv_round() -- divide integers, round to nearest */
/*
Copyright 1999 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redist