代码搜索:classifier

找到约 4,824 项符合「classifier」的源代码

代码结果 4,824
www.eeworm.com/read/103820/15719235

cpp scs.cpp

/****************************************************************************/ /* 基本遗传学习分类系统 SCS.CPP */ /* A Simple Classifier System based on G
www.eeworm.com/read/439468/7708207

m mil_classify.m

function [test_bag_label, test_inst_label, test_bag_prob, test_inst_prob] = MIL_Classify(classifier_str, train_bags, test_bags) global preprocess; % if ((preprocess.FLD > 0) & (size(X_train, 2
www.eeworm.com/read/218623/14912097

m mil_classify.m

function [test_bag_label, test_inst_label, test_bag_prob, test_inst_prob] = MIL_Classify(classifier_str, train_bags, test_bags) global preprocess; % if ((preprocess.FLD > 0) & (size(X_train, 2
www.eeworm.com/read/289334/8558642

m contents.m

% Miscellaneous functions for STPRtoolbox. % % adaboost - AdaBoost algorithm. % adaclass - AdaBoost classifier. % cerror - Computes classification error. % crossval - Partions data
www.eeworm.com/read/431675/8662078

m crossval.m

%CROSSVAL Crossvalidation, classifier error and stability % % [e,s] = crossval(classf,A,n) % % Crossvalidation estimation of the error and the instability of the % classifier classf using the data
www.eeworm.com/read/431675/8662226

m setreject.m

%SETREJECT Set classifier reject value function w = setreject(w,r) w.r = r; return
www.eeworm.com/read/386050/8768377

m prex_mcplot.m

%PREX-MCPLOT PRTools example on a multi-class classifier plot help prex_mcplot echo on gridsize(100) % Generate twice normally distributed 2-class data in 2D a = +gendath([20,20]); %
www.eeworm.com/read/386050/8768925

m prex_cost.m

%PREX_COST PRTools example on cost matrices and rejection % % Prtools example code to show the use of cost matrices and how % to introduce a reject class. help prex_cost echo on % Gen
www.eeworm.com/read/386050/8769013

m prex_combining.m

%PREX_COMBINING PRTools example on classifier combining % % Presents the use of various fixed combiners for some % classifiers on the 'difficult data'. % help prex_combining echo on