代码搜索:One-Class
找到约 293 项符合「One-Class」的源代码
代码结果 293
www.eeworm.com/read/493294/6400465
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/492400/6422301
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/400576/11573556
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/213240/15140040
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
www.eeworm.com/read/213240/15140043
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/204456/15339335
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
www.eeworm.com/read/204456/15339338
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/360995/10069843
m istarget.m
%ISTARGET true if the label is target
%
% I = ISTARGET(A)
%
% Returns true for the objects from dataset A which are labeled
% 'target'.
%
% I = ISTARGET(LABA)
%
% It also works when no da
www.eeworm.com/read/360995/10069948
m dd_normc.m
%DD_NORMC Normalize the output of a oc-classifier
%
% B = DD_NORMC(A)
% B = A*W*DD_NORMC
% W = DD_NORMC
%
% Normalize the mapped dataset A to standard 'posterior probability'
% est
www.eeworm.com/read/451547/7461871
m istarget.m
%ISTARGET true if the label is target
%
% I = ISTARGET(A)
%
% Returns true for the objects from dataset A which are labeled
% 'target'.
%
% I = ISTARGET(LABA)
%
% It also works when no da