代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/400576/11573513
m plotroc_update.m
function plotroc_update(w,a)
% PLOTROC_UPDATE(W,A)
%
% Auxiliary function containing the callbacks for the plotroc.m.
%
% See also: plotroc
% Copyright: D.M.J. Tax, D.M.J.Tax@prtools.org
% Faculty EW
www.eeworm.com/read/400576/11573515
m consistent_occ.m
function [w1,optval] = consistent_occ(x,w,fracrej,range,nrbags,varargin)
%CONSISTENT_OCC
%
% W = CONSISTENT_OCC(X,W,FRACREJ,RANGE,NRBAGS)
%
% Optimize the hyperparameters of method W. W should con
www.eeworm.com/read/400576/11573551
m dd_roc_old.m
function [e,thr] = dd_roc_old(w,a,b,frac_rej)
% e = dd_roc_old(W,A,B,frac_rej)
%
% Find for a (data description) method W (trained with A) the
% Receiver Operating Characteristic curve over datase
www.eeworm.com/read/400576/11573557
m dd_ex8.m
% Show the interactive capabilities of the plotroc command.
%
% Generate some simple data, train a one-class classifier, make a
% scatterplot with the classifier and plot an ROC curve. Now it is
% pos
www.eeworm.com/read/400576/11573569
asv dd_ex3.asv
% DD_EX3
%
% Show the use of the ksvdd: the support vector data description using
% several different kernels.
%
% To be honest, the SVDD is the most useful using the RBF kernel. In
% most case
www.eeworm.com/read/157718/11670229
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/157718/11670232
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/157718/11670243
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/157718/11670245
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/157718/11670248
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