代码搜索:classifier

找到约 4,824 项符合「classifier」的源代码

代码结果 4,824
www.eeworm.com/read/360995/10069960

m dd_ex3.m

% 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/360995/10069964

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/360995/10069966

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/360995/10070085

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/360995/10070106

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/357125/10215868

java flattentruelabelsclassifier.java

package mulan.classifier; import weka.classifiers.Classifier; import weka.core.Attribute; import weka.core.FastVector; import weka.core.Instance; import weka.core.Instances; import weka.core.Spa
www.eeworm.com/read/357125/10215874

java includelabelsclassifier.java

package mulan.classifier; /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free
www.eeworm.com/read/281192/10257739

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/281192/10257742

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/281192/10257750

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 %