代码搜索:One-Class

找到约 293 项符合「One-Class」的源代码

代码结果 293
www.eeworm.com/read/400576/11573494

m dd_ex2.m

% DD_EX2 % % Show the performance of a whole list of classifiers on a simple % artificial one-class problem. % Copyright: D.M.J. Tax, D.M.J.Tax@prtools.org % Faculty EWI, Delft University of Techno
www.eeworm.com/read/400576/11573559

m dd_ex7.m

% Show how several one-class classifiers can be combined. % To make the classifier outputs comparable, the outputs should be % normalized using dd_normc % Copyright: D.M.J. Tax, D.M.J.Tax@prtools.org
www.eeworm.com/read/213240/15140046

m dd_ex7.m

% Show how several one-class classifiers can be combined. % To make the classifier outputs comparable, the outputs should be % normalized using dd_normc % Copyright: D.M.J. Tax, D.M.J.Tax@prtools.org
www.eeworm.com/read/295595/8150645

m exoneclasssvm.m

% % % One-Class SVM example % clear all close all randn('seed',0) nu=0.9; n=1000; sigma=0.5; [xapp,yapp]=datasets('gaussian',n,0,sigma); xapp=xapp(find(yapp==1),:); n=size(xapp,1);
www.eeworm.com/read/204456/15339341

m dd_ex7.m

% Show how several one-class classifiers can be combined. % To make the classifier outputs comparable, the outputs should be % normalized using dd_normc % Copyright: D.M.J. Tax, D.M.J.Tax@prtools.org
www.eeworm.com/read/360995/10070075

m dd_eer.m

%EER Equal error rate % % E = DD_EER(R) % E = A*W*DD_EER % % Compute the Equal error rate for ROC-curve R, or from the roc-curve % derived from dataset A applied to (one-class) classifier W. Out
www.eeworm.com/read/451547/7461975

m dd_eer.m

%EER Equal error rate % % E = DD_EER(R) % E = A*W*DD_EER % % Compute the Equal error rate for ROC-curve R, or from the roc-curve % derived from dataset A applied to (one-class) classifier W. Out
www.eeworm.com/read/330716/12874036

m main_svm_one_class.m

% 支持向量机Matlab工具箱1.0 - One-Class SVM, 一类支持向量机 % Platform : Matlab6.5 / Matlab7.0 clc clear close all % ------------------------------------------------------------% % 定义核函数及相关参数 nu = 0.2;
www.eeworm.com/read/493294/6400334

m dd_eer.m

%EER Equal error rate % % E = DD_EER(R) % E = A*W*DD_EER % % Compute the Equal error rate for ROC-curve R, or from the roc-curve % derived from dataset A applied to (one-class) classifier W. Out
www.eeworm.com/read/492400/6422293

m dd_eer.m

%EER Equal error rate % % E = DD_EER(R) % E = A*W*DD_EER % % Compute the Equal error rate for ROC-curve R, or from the roc-curve % derived from dataset A applied to (one-class) classifier W. Out