代码搜索:classification

找到约 3,679 项符合「classification」的源代码

代码结果 3,679
www.eeworm.com/read/172172/9722129

m code_onevsall.m

function [codebook,scheme] = code_OneVsAll(m) % Generate the codebook for multiclass classification with One-Versus-All encoding. % % codebook = code_OneVsAll(m) % % see also: % code, codedist_ham
www.eeworm.com/read/367440/9748507

m code_onevsall.m

function [codebook,scheme] = code_OneVsAll(m) % Generate the codebook for multiclass classification with One-Versus-All encoding. % % codebook = code_OneVsAll(m) % % see also: % code, codedist_ham
www.eeworm.com/read/385737/8791143

txt eee.txt

陆振波博士对四种SVM工具箱的使用要点一文已发表在置顶帖 中.特在此说明,欢迎学习! http://bbs.matwav.com/post/view?bid=105&id=466201&sty=1&tpg=1&age=20 为方便研友阅读
www.eeworm.com/read/212063/15166279

h ansiut.h

#include // standard iostream operations using namespace std; #include // numeric limits #include // mathematical functions
www.eeworm.com/read/286662/8751759

m calculate_error.m

function [train_err, test_err] = calculate_error (D, train_patterns, train_targets, test_patterns, test_targets, region, Nclasses) % Calculate error (used by the main calculation functions) trai