代码搜索: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/451500/7462671
pdf gaussian mixture models and probabilistic decision-based neural networks for pattern classification - a comparative study.pdf
www.eeworm.com/read/156663/11785861
pdf a fast neural net training algorithm and its application to voiced-unvoiced-silence classification of speech.pdf
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/438540/7729971
pdf support vector machine-based arrhythmia classification using reduced features of heart rate variability signal.pdf
www.eeworm.com/read/400251/11580012
pdf learning model order from labeled and unlabeled data for partially supervised classification, with application to word sense disambiguation.pdf
www.eeworm.com/read/400251/11580031
pdf an adaptive fuzzy c-means clustering-based mixtures of experts model for unlabeled data classification.pdf
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