代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/294069/3920569
m test.m
function test(mode)
% test nearest neighbor search based mex files
% recompile
error_flag = 0;
if nargin < 1
mode = 'all';
end
disp('Fast nearest neighbor search routines test')
load points.dat
www.eeworm.com/read/293183/8310234
m knnc.m
%KNNC K-Nearest Neighbor Classifier
%
% [W,k,e] = knnc(A,k)
%
% Computation of the k-nearest neigbor classifier for the dataset A.
% Default k: optimize leave-one-out error e. W is a mapping and
%
www.eeworm.com/read/149683/12358078
cpp stroll_maze.cpp
/* ==================== Program Description ====================== */
/* Program Title: Maze */
/* Program Purpose: Find a nearest path.
www.eeworm.com/read/282683/9074320
m find_nn.m
function [D, ni] = find_nn(X, k, type)
%FIND_NN Finds k nearest neigbors for all datapoints in the dataset
%
% [D, ni] = find_nn(X, k, type)
%
% Finds the k nearest neighbors for all datapoints in the
www.eeworm.com/read/184067/9123717
m feasibl.m
function [x, flag] = feasibl(A,bvec,xstart,R,p,RP,pp,D,tol);
%FEASIBL Find nearest feasible point.
% x = FEASIBL(A,bvec,xstart,R,p,RP,pp,D,tol) determines
% the point nearest to xstart satisfy
www.eeworm.com/read/166306/10024509
m feasibl.m
function [x, flag] = feasibl(A,bvec,xstart,R,p,RP,pp,D,tol);
%FEASIBL Find nearest feasible point.
% x = FEASIBL(A,bvec,xstart,R,p,RP,pp,D,tol) determines
% the point nearest to xstart satisfy
www.eeworm.com/read/358694/10181650
m feasibl.m
function [x, flag] = feasibl(A,bvec,xstart,R,p,RP,pp,D,tol);
%FEASIBL Find nearest feasible point.
% x = FEASIBL(A,bvec,xstart,R,p,RP,pp,D,tol) determines
% the point nearest to xstart satisfy
www.eeworm.com/read/353896/10406976
m feasibl.m
function [x, flag] = feasibl(A,bvec,xstart,R,p,RP,pp,D,tol);
%FEASIBL Find nearest feasible point.
% x = FEASIBL(A,bvec,xstart,R,p,RP,pp,D,tol) determines
% the point nearest to xstart satisfy
www.eeworm.com/read/273093/10927515
m feasibl.m
function [x, flag] = feasibl(A,bvec,xstart,R,p,RP,pp,D,tol);
%FEASIBL Find nearest feasible point.
% x = FEASIBL(A,bvec,xstart,R,p,RP,pp,D,tol) determines
% the point nearest to xstart satisfy
www.eeworm.com/read/172061/7074794
m feasibl.m
function [x, flag] = feasibl(A,bvec,xstart,R,p,RP,pp,D,tol);
%FEASIBL Find nearest feasible point.
% x = FEASIBL(A,bvec,xstart,R,p,RP,pp,D,tol) determines
% the point nearest to xstart satisfy