代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/362246/10010186
m rbfpreimg3.m
function x = rbfpreimg3(model,nn)
% RBFPREIMG3 RBF pre-image problem by Kwok-Tsang's algorithm.
%
% Synopsis:
% x = rbfpreimg3(model)
% x = rbfpreimg3(model,nn)
%
% Description:
% x = rbfpreimg3(mo
www.eeworm.com/read/280595/10311998
m rbfpreimg3.m
function x = rbfpreimg3(model,nn)
% RBFPREIMG3 RBF pre-image problem by Kwok-Tsang's algorithm.
%
% Synopsis:
% x = rbfpreimg3(model)
% x = rbfpreimg3(model,nn)
%
% Description:
% x = rbfpreimg3(mo
www.eeworm.com/read/299984/7139947
m im_resize.m
%IM_RESIZE Mapping for resizing object images in datasets and datafiles
%
% B = IM_RESIZE(A,SIZE,METHOD)
% B = A*IM_RESIZE([],SIZE,METHOD)
%
% INPUT
% A Dataset or datafile
% SIZE
www.eeworm.com/read/299984/7140013
m knnr.m
%KNNR Nearest neighbor regression
%
% Y = KNNR(X,K)
%
% INPUT
% X Regression dataset
% K number of neighbors (default K=3)
%
% OUTPUT
% Y k-nearest neighbor regression
%
% DESCRIPTIO
www.eeworm.com/read/464315/7165544
m chazhi(file).m
function chazhi(file)
I=imread(file);
I1=imresize(I,1.2,'nearest');
imshow(I);
figure,imshow(I1);
www.eeworm.com/read/464315/7165552
m chazhi.m
function chazhi(file)
I=imread(file);
I1=imresize(I,1.2,'nearest');
imshow(I);
figure,imshow(I1);
www.eeworm.com/read/460435/7250422
m im_resize.m
%IM_RESIZE Mapping for resizing object images in datasets and datafiles
%
% B = IM_RESIZE(A,SIZE,METHOD)
% B = A*IM_RESIZE([],SIZE,METHOD)
%
% INPUT
% A Dataset or datafile
% SIZE
www.eeworm.com/read/460435/7250488
m knnr.m
%KNNR Nearest neighbor regression
%
% Y = KNNR(X,K)
%
% INPUT
% X Regression dataset
% K number of neighbors (default K=3)
%
% OUTPUT
% Y k-nearest neighbor regression
%
% DESCRIPTIO
www.eeworm.com/read/458425/7296693
m chazhi(file).m
function chazhi(file)
I=imread(file);
I1=imresize(I,1.2,'nearest');
imshow(I);
figure,imshow(I1);