代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/490049/6457794
m knnclassification.m
function result = knnclassification(testsamplesX,samplesX, samplesY, Knn,type)
% Classify using the Nearest neighbor algorithm
% Inputs:
% samplesX - Train samples
% samplesY - Train labe
www.eeworm.com/read/394727/8210411
m knnr.m
function [computedOutput, combinedComputedOutput, nearestIndex, knnrMat] = knnr(DS, TS, k)
% knnr: K-nearest neighbor rule for classification
% Usage:
% [computedOutput, combinedComputedOutput, nea
www.eeworm.com/read/367152/9780119
m lans_boundidx.m
% lans_boundidx - Find upper, lower, and nearest bound indices
%
% [bounds] = lans_boundidx(value,sx)
%
% _____OUTPUTS____________________________________________________________
% bounds upper bound
www.eeworm.com/read/146984/12596419
m knnclassification.m
function result = knnclassification(testsamplesX,samplesX, samplesY, Knn,type)
% Classify using the Nearest neighbor algorithm
% Inputs:
% samplesX - Train samples
% samplesY - Train labe
www.eeworm.com/read/354826/10323393
prm model.prm
INPUT_FILENAME = hdfPath
SPECTRAL_SUBSET = ( 0 1 0 0 0 0 0 0 0 0 0 0 )
SPATIAL_SUBSET_TYPE = INPUT_LAT_LONG
SPATIAL_SUBSET_UL_CORNER = ( 59.999999995 119.99999997 )
SPATIAL_SUBSET_LR_CORNER = ( 49
www.eeworm.com/read/461071/7234935
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by AdaBoost.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#def
www.eeworm.com/read/431675/8662080
m nmsc.m
%NMSC Nearest Mean Scaled Classifier
%
% W = nmsc(A)
%
% Computation of the linear discriminant for the classes in the
% dataset A assuming zero covariances and equal class variances.
%
% See als
www.eeworm.com/read/428849/8835020
c~ gnpp_mex.c~
/*-----------------------------------------------------------------------
gnpp_mex.c: MEX-file solver for Generalized Nearest Point Problem
Synopsis:
[alpha,exitflag,t,access,History] = gnpp_m
www.eeworm.com/read/428849/8835022
c gnpp_mex.c
/*-----------------------------------------------------------------------
gnpp_mex.c: MEX-file solver for Generalized Nearest Point Problem
Synopsis:
[alpha,exitflag,t,access,History] = gnpp_m
www.eeworm.com/read/362246/10010536
c~ gnpp_mex.c~
/*-----------------------------------------------------------------------
gnpp_mex.c: MEX-file solver for Generalized Nearest Point Problem
Synopsis:
[alpha,exitflag,t,access,History] = gnpp_m