代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/300368/13917581

java checkclassifier.java

/* * 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 Software Foundation; either vers
www.eeworm.com/read/300368/13917597

java evaluationutils.java

/* * 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 Software Foundation; either vers
www.eeworm.com/read/133883/14019138

java sequentialevaluation.java

/* * 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 Software Foundation; either vers
www.eeworm.com/read/204766/15333843

m contents.m

% Support Vector Machine toolbox % Version 2.51, January 2002 % % SVM functions: % svm - create a support vector machine classifier % svmfwd - forward propagation through svm % svmkernel - c
www.eeworm.com/read/204456/15339253

m isocc.m

%ISOCC True for one-class classifiers % % isocc(w) returns true if the classifier w is a one-class classifier, % outputting only classes 'target' and/or 'outlier' and having a % structure with thr
www.eeworm.com/read/204456/15339296

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/204456/15339299

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/204456/15339301

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/204456/15339333

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/204456/15339339

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