代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/424063/10501536
m v2sort.m
function v2=v2sort(v1,v2)
%V2SORT Sorts two vectors and then removes missing elements.
% Given two complex vectors v1 and v2, v2 is returned with
% the nearest elements which are missing from
www.eeworm.com/read/253950/12174152
htm knn.htm
Netlab Reference Manual knn
knn
Purpose
Creates a K-nearest-neighbour classifier.
Synopsis
net = knn(nin, nout
www.eeworm.com/read/150905/12250338
htm knn.htm
Netlab Reference Manual knn
knn
Purpose
Creates a K-nearest-neighbour classifier.
Synopsis
net = knn(nin, nout
www.eeworm.com/read/147096/12584926
m v2sort.m
function v2=v2sort(v1,v2)
%V2SORT Sorts two vectors and then removes missing elements.
% Given two complex vectors v1 and v2, v2 is returned with
% the nearest elements which are missing from
www.eeworm.com/read/101557/15826877
m v2sort.m
function v2=v2sort(v1,v2)
%V2SORT Sorts two vectors and then removes missing elements.
% Given two complex vectors v1 and v2, v2 is returned with
% the nearest elements which are missing from
www.eeworm.com/read/429878/8784101
htm demknn1.htm
Netlab Reference Manual demknn1
demknn1
Purpose
Demonstrate nearest neighbour classifier.
Synopsis
demknn1
www.eeworm.com/read/383744/8921918
m q258.m
%This is a example for 2.2.2
[x,y] = meshgrid(-3:1:3);
z = peaks(x,y);
surf(x,y,z);
[xi,yi] = meshgrid(-3:0.25:3);
zi1 = interp2(x,y,z,xi,yi,'nearest');
zi2 = interp2(x,y,z,xi,yi,'bilinear');
z
www.eeworm.com/read/253950/12174111
htm demknn1.htm
Netlab Reference Manual demknn1
demknn1
Purpose
Demonstrate nearest neighbour classifier.
Synopsis
demknn1
www.eeworm.com/read/150905/12250282
htm demknn1.htm
Netlab Reference Manual demknn1
demknn1
Purpose
Demonstrate nearest neighbour classifier.
Synopsis
demknn1
www.eeworm.com/read/425756/2003284
m runexa.m
msg=' year Cubic Linear Nearest Spline';
for i=0:8
n=10*i;
year=1905+n;
pop(i+1,1)=year;
pop(i+1,2)=yi_cubic((year-1900)/0.01+1);
pop(i+1,3)=yi_linear((year-1900)/0.0