代码搜索:Nearest

找到约 1,596 项符合「Nearest」的源代码

代码结果 1,596
www.eeworm.com/read/104078/15710466

c round.c

/* This routine takes in a floating point number and rounds it to */ /* the nearest integer. */ int round(afloat) float afloat; { int rounded_int; /* this will truncate afloat */ rounded_i
www.eeworm.com/read/426679/9004388

m mnfpclassifier.m

% Modified Nearest Feature Plane Classifier-MNFP function [MNFPCrate]=MNFPclassifier(features,test_features,trnum,tenum,classnum,K) % features the matrix that training samples projected on f
www.eeworm.com/read/426679/9004391

m mnflclassifier.m

% Modified Nearest Feature Line Classifier-MNFL function [MNFLCrate]=MNFLclassifier(features,test_features,trnum,tenum,classnum,K) % features the matrix that training samples projected on fe
www.eeworm.com/read/360995/10069862

m dd_ex1.m

% DD_EX1 % % Example of the creation of a One-Class problem, and the solutions % obtained by the Nearest Neighbor Data Description and the Support % Vector Data Description. Furthermore, the ROC curve
www.eeworm.com/read/469416/6976407

m demknn1.m

%DEMKNN1 Demonstrate nearest neighbour classifier. % % Description % The problem consists of data in a two-dimensional space. The data is % drawn from three spherical Gaussian distributions with
www.eeworm.com/read/451547/7461886

m dd_ex1.m

% DD_EX1 % % Example of the creation of a One-Class problem, and the solutions % obtained by the Nearest Neighbor Data Description and the Support % Vector Data Description. Furthermore, the ROC curve
www.eeworm.com/read/445525/7594686

frm main.frm

VERSION 5.00 Begin VB.Form Form1 BorderStyle = 1 'Fixed Single Caption = "K-nearest-neighbor algorithm" ClientHeight = 6630 ClientLeft = 45 ClientTop
www.eeworm.com/read/442927/7641967

m genbbt.m

function NODE = genbbt(data, clusterNum, levelNum); % GENBBT Generate BBT (Branch and Bound Tree) for nearest neighbor search % Usage: NODE = genbbt(data, clusterNum, levelNum) % data: Data matrix
www.eeworm.com/read/397111/8067074

m dd_ex1.m

% DD_EX1 % % Example of the creation of a One-Class problem, and the solutions % obtained by the Nearest Neighbor Data Description and the Support % Vector Data Description. Furthermore, the ROC curve
www.eeworm.com/read/397097/8069154

m dd_example.m

% DD_EXAMPLE % % Example of the creation of a One-Class problem, and the solutions % obtained by the Nearest Neighbor Data Description and the Support % Vector Data Description. % Copyright: D. Tax,