代码搜索:classifiers
找到约 2,305 项符合「classifiers」的源代码
代码结果 2,305
www.eeworm.com/read/431675/8662261
m prex1.m
%PREX1 PRTOOLS example of classifiers and scatter plot
help prex1
pause(1)
echo on
A = gendath(100,100); % Generate Highleyman's classes
% Training set c (20 objects / class)
% Test set d
www.eeworm.com/read/386050/8767514
m disperror.m
%DISPERROR Display error matrix with information on classifiers and datasets
%
% DISPERROR(DATA,CLASSF,ERROR,STD,FID)
%
% INPUT
% DATA Cell array of M datasets or dataset names (strings)
% CLAS
www.eeworm.com/read/386050/8769683
m rsscc.m
%RSSCC Random subspace combining classifier
%
% W = RSSCC(A,CLASSF,NFEAT,NCLASSF)
%
% INPUT
% A Dataset
% CLASSF Untrained base classifier
% NFEAT Number of features for train
www.eeworm.com/read/429547/8803286
java crossvalidationtest.java
import weka.classifiers.Evaluation;
import java.util.Random;
import weka.core.Instances;
import weka.core.Instance;
import weka.filters.Filter;
import weka.filters.unsupervised.attribute.Remove
www.eeworm.com/read/373632/9445407
index
knn.var K-Nearest Neighbor Classification With Variable
Selection
knnTree K-NEAREST NEIGHBOR CLASSIFIERS WITHIN LEAVES OF
www.eeworm.com/read/360995/10069927
m dd_ex2.m
% DD_EX2
%
% Show the performance of a whole list of classifiers on a simple
% artificial one-class problem.
% Copyright: D.M.J. Tax, D.M.J.Tax@prtools.org
% Faculty EWI, Delft University of Techno
www.eeworm.com/read/161374/10419993
changelog-3-1-7
2000-02-22 14:44 mhall
* weka/attributeSelection/Makefile (1.11): Added RaceSearch,
ClassifierSubsetEval, HoldOutSubsetEvaluator and
ErrorBasedMeritEvaluator.
2000-02-22 13:43 mhall
* weka/at
www.eeworm.com/read/161374/10420026
package-list
weka.associations
weka.attributeSelection
weka.classifiers
weka.classifiers.adtree
weka.classifiers.evaluation
weka.classifiers.j48
weka.classifiers.kstar
weka.classifiers.m5
weka.classifiers.neural
w