代码搜索:One-Class

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

代码结果 293
www.eeworm.com/read/493294/6399994

m contents.m

% Data Description Toolbox % Version 1.5.7 13-Apr-2007 % %Dataset construction %-------------------- %isocset true if dataset is one-class dataset %gendatoc generate a one-class dataset f
www.eeworm.com/read/492400/6422249

m contents.m

% Data Description Toolbox % Version 1.6.1 14-Aug-2007 % %Dataset construction %-------------------- %isocset true if dataset is one-class dataset %gendatoc generate a one-class dataset f
www.eeworm.com/read/213240/15139992

m contents.m

% Data Description Toolbox % Version 1.5.7 13-Apr-2007 % %Dataset construction %-------------------- %isocset true if dataset is one-class dataset %gendatoc generate a one-class dataset f
www.eeworm.com/read/204456/15339289

m contents.m

% Data Description Toolbox % Version 1.5.5 2-Nov-2006 % %Dataset construction %-------------------- %isocset true if dataset is one-class dataset %gendatoc generate a one-class dataset fr
www.eeworm.com/read/360995/10070102

m is_occ.m

%IS_OCC True for one-class classifiers % % IS_OCC(W) returns true if the classifier W is a one-class classifier, % outputting only classes 'target' and/or 'outlier' and having a % structure with t
www.eeworm.com/read/451547/7461983

m is_occ.m

%IS_OCC True for one-class classifiers % % IS_OCC(W) returns true if the classifier W is a one-class classifier, % outputting only classes 'target' and/or 'outlier' and having a % structure with t
www.eeworm.com/read/397111/8067295

m find_target.m

%FIND_TARGET extract the indices of the target and outlier objects % % [It,Io] = FIND_TARGET(A) % % Return the indices of the objects from dataset A which are labeled % 'target' and 'outlier' i
www.eeworm.com/read/397111/8067310

m is_occ.m

%IS_OCC True for one-class classifiers % % IS_OCC(W) returns true if the classifier W is a one-class classifier, % outputting only classes 'target' and/or 'outlier' and having a % structure with t
www.eeworm.com/read/397097/8069158

m is_occ.m

%IS_OCC True for one-class classifiers % % is_occ(w) returns true if the classifier w is a one-class classifier, % outputting only classes 'target' and/or 'outlier' and having a % structure with t
www.eeworm.com/read/493294/6400452

m multic.m

%MULTIC Make a multi-class classifier % % W = MULTIC(A,V) % % Train the (untrained!) one-class classifier V on each of the classes % in A, and combine it to a multi-class classifier W. If an object