代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/362246/10009789

html fld.html

fld.m
www.eeworm.com/read/362246/10010141

m weaklearner.m

function model = weaklearner(data) % WEAKLEARNER Produce classifier thresholding single feature. % % Synopsis: % model = weaklearner(data) % % Description: % This function produce a weak binary clas
www.eeworm.com/read/362246/10010390

m linclass.m

function [y,dfce]=linclass( X, model) % LINCLASS Linear classifier. % % Synopsis: % [y,dfce] = linclass( X, model) % % Description: % This function classifies input data X using linear % discrimina
www.eeworm.com/read/360995/10069945

m contents.m

% Data Description Toolbox % Version 1.6.3 3-Jun-2008 % %Dataset construction %-------------------- %isocset true if dataset is one-class dataset %gendatoc generate a one-class dataset fr
www.eeworm.com/read/281192/10257745

m osusvmdemo.m

% ------- OSU SVM CLASSIFIER TOOLBOX Demonstrations--- % % 1) Demonstrations of using C-SVM Classifers. % 2) Demonstrations of using u-SVM Classifiers % 3) Demonstration
www.eeworm.com/read/281002/10273088

nbc drug.nbc

/*---------------------------------------------------------------------- domains ----------------------------------------------------------------------*/ dom(Age) = ZZ; dom(Blood_pressure) = { high,
www.eeworm.com/read/280595/10310815

html mvsvmclass.html

Contents.m
www.eeworm.com/read/280595/10310909

html cerror.html

Contents.m
www.eeworm.com/read/280595/10310917

html weaklearner.html

Contents.m
www.eeworm.com/read/280595/10310928

html cerror.html

cerror.m