代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/328078/13047122
readme
This is version 0.3 of the "Discriminant Analysis Toolbox" with major
bug fixes from the first and second versions and with the addition of
logistic discriminant anlsyis and multinomial classification
www.eeworm.com/read/328078/13047156
m contents.m
% Discriminant analysis toolbox.
% Version 0.3 99/04/30
% Copyright (C) 1999 Michael Kiefte.
% See the accompanying README file for information.
%
% Discriminant Analysis.
% lda - Linear discri
www.eeworm.com/read/140853/13058113
m c_poldemo.m
echo off
%POLDEMO demonstration for using nonlinear SVM classifier with a
% polynomial keneral.
echo on;
clc
%POLDEMO demonstration for using nonlinear SVM classifier with a
% polynomial ke
www.eeworm.com/read/140853/13058116
m c_svcdemo.m
% ------- OSU C-SVM CLASSIFIER TOOLBOX Demonstrations---
%
% 1) Construct a linear SVM Classifier and test it
% 2) Construct a nonlinear SVM Classifier (polynomial kernel) and t
www.eeworm.com/read/140853/13058125
m u_clademo.m
echo off
% CLADEMO demonstration for using a contructed SVM classifier to classify
% input patterns
%
echo on;
%
%
% NOTICE: please first run any of the first three demonstrations before
%
www.eeworm.com/read/140853/13058127
m c_rbfdemo.m
echo off
% RBFDEMO demonstration for using nonlinear SVM classifier
% with a RBF kernel.
echo on;
clc
% RBFDEMO demonstration for using nonlinear SVM classifier
% with a RBF kernel.
%#####
www.eeworm.com/read/140853/13058129
m u_poldemo.m
echo off
%POLDEMO demonstration for using nonlinear SVM classifier with a
% polynomial keneral.
echo on;
clc
%POLDEMO demonstration for using nonlinear SVM classifier with a
% polynomial ke
www.eeworm.com/read/140853/13058132
m one_rbfdemo.m
echo off
% RBFDEMO demonstration for using nonlinear SVM classifier
% with a RBF kernel.
echo on;
clc
% RBFDEMO demonstration for using nonlinear SVM classifier
% with a RBF kernel.
%#####
www.eeworm.com/read/140853/13058139
m u_svcdemo.m
% ------- OSU nu-SVM CLASSIFIER TOOLBOX Demonstrations---
%
% 1) Construct a linear SVM Classifier and test it
% 2) Construct a nonlinear SVM Classifier (polynomial kernel) and
www.eeworm.com/read/140853/13058143
m c_lindemo.m
echo off
%LINDEMO demonstration for using linear SVM classifier.
echo on;
clc
%LINDEMO demonstration for using linear SVM classifier.
%#########################################################