代码搜索:classifiers
找到约 2,305 项符合「classifiers」的源代码
代码结果 2,305
www.eeworm.com/read/204456/15339309
m dd_ex4.m
% DD_EX4
%
% This should show the use of consistent_occ, for the optimization
% of complexity parameters of one-class classifiers. This function
% can be applied to all one-class classifiers in the to
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/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/388423/8610158
py setup_common.py
from ConfigParser import SafeConfigParser
def get_metadata_and_options():
config = SafeConfigParser()
config.read(['metadata.cfg', 'site.cfg'])
metadata = dict(config.items('metadata