代码搜索:classifies

找到约 147 项符合「classifies」的源代码

代码结果 147
www.eeworm.com/read/397106/8067761

m pocket_vc.m

% Learns classifier and classifies test set % using the perceptron learning algorithm % % If there are 2 classes, there is no problem (except that the labels are % converted to 0 and 1). % If t
www.eeworm.com/read/397106/8067773

m ls_vc.m

% Learns classifier and classifies test set % using the least-squares algorithm % % If there are 2 classes, there is no problem (except that the labels are % converted to 0 and 1). % If there a
www.eeworm.com/read/286192/4042088

h ops.h

/* ops.h * Lists and classifies the TOKs used in the Assembler * note: the TOKs will be #defined by BISON; this is merely * used to map the string onto the value ************************
www.eeworm.com/read/376060/2715786

svn-base ops.h.svn-base

/* ops.h * Lists and classifies the TOKs used in the Assembler * note: the TOKs will be #defined by BISON; this is merely * used to map the string onto the value ************************
www.eeworm.com/read/376060/2715833

h ops.h

/* ops.h * Lists and classifies the TOKs used in the Assembler * note: the TOKs will be #defined by BISON; this is merely * used to map the string onto the value ************************
www.eeworm.com/read/235248/14080033

h ops.h

/* ops.h * Lists and classifies the TOKs used in the Assembler * note: the TOKs will be #defined by BISON; this is merely * used to map the string onto the value ************************
www.eeworm.com/read/397106/8067803

m pnn_vc.m

% Learns classifier and classifies test set % using a Probabilistic Neural Network % Usage % [trainError, testError, estTrainLabels, estTestLabels] = ... % PNN_VC(trainFeatures, trainLa
www.eeworm.com/read/397106/8067819

m parzen_vc.m

% Learns classifier and classifies test set % using Parzen Windows % Usage % [trainError, testError, estTrainLabels, estTestLabels] = ... % Parzen_VC(trainFeatures, trainLabels,Nmu ,tes
www.eeworm.com/read/397106/8067525

m weightedknnrule_vc.m

% Learns classifier and classifies test set % using weighted k-NN rule % Usage % [trainError, testError, estTrainLabels, estTestLabels] = ... % weightedKNNRule_VC(trainFeatures, trainLa
www.eeworm.com/read/397106/8067665

m nearest_neighbor_vc.m

% Learns classifier and classifies test set % using k-NN rule % Usage % [trainError, testError, estTrainLabels, estTestLabels] = ... % Nearest_Neighbor_VC(trainFeatures, trainLabels,