代码搜索:Classify

找到约 2,639 项符合「Classify」的源代码

代码结果 2,639
www.eeworm.com/read/274055/10889602

h svm_classify.h

// Svm_classify.h: interface for the CSvm_classify class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SVM_CLASSIFY_H__84FFE3EB_1A14_4CD2_918C_FD8E51
www.eeworm.com/read/461376/7228561

m svm_classify.m

function status = svm_classify(options, data, model, predictions) % SVM_CLASSIFY - Interface to SVM light, classification module % % STATUS = SVM_CLASSIFY(OPTIONS, DATA, MODEL, PREDICTIONS) % C
www.eeworm.com/read/455708/7368038

rc2 classify.rc2

// // CLASSIFY.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED //
www.eeworm.com/read/447502/7550033

exe svm_classify.exe

www.eeworm.com/read/439468/7708188

exe svm_classify.exe

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/439285/7713076

m classify_nn.m

%%用最近邻方法分类 采用欧氏距离 function [class,mis_num,correct_rate]=classify_NN(data,class_num,train_num,dis_mark) [ dim,total_num ] = size( data ) ; class_data_num = total_num/class_num ; %得到每类中的样本数目 fo
www.eeworm.com/read/399996/7816765

m start_classify.m

function [D, test_err, train_err, train_patterns, train_targets, reduced_patterns, reduced_targets] = start_classify(patterns, targets, error_method, redraws, percent, Preprocessing_algorithm, Preproc
www.eeworm.com/read/399996/7817044

m classify_paramteric.m

function targets = classify_paramteric(param_struct, patterns) %Function for classifying patterns based on parametric distributions. %Inputs are the paramters of the distributions and the patterns