代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/397111/8067201

m contents.m

% Data Description Toolbox % Version 1.11 23-Nov-2003 % %Dataset construction %-------------------- %isocset true if dataset is one-class dataset %gendatoc generate a one-class dataset fr
www.eeworm.com/read/397111/8067223

m consistent_occ.m

function [w1,fracout,err_thr] = consistent_occ(x,w,fracrej,range,nrbags,varargin) %CONSISTENT_OCC % % W = CONSISTENT_OCC(X,W,FRACREJ,RANGE,NRBAGS) % % Optimize the hyperparameters of method W. W s
www.eeworm.com/read/397102/8068255

m crossval.m

%CROSSVAL Crossvalidation, classifier error and stability % % [e,s] = crossval(classf,A,n) % % Crossvalidation estimation of the error and the instability of the % classifier classf using the data
www.eeworm.com/read/397102/8068428

m setreject.m

%SETREJECT Set classifier reject value function w = setreject(w,r) w.r = r; return
www.eeworm.com/read/397097/8069130

m random_dd.m

%RANDOM_DD Random one-class classifier % % W = random_dd(A,fracrej) % % This is the trivial one-class classifier, randomly assigning labels % and rejecting fracrej of the data objects. This pr
www.eeworm.com/read/144264/12805210

txt see5sam.txt

To run See5Sam.exe from a command prompt window: * Make sure that you have run See5 on your application to construct the kind of classifier that you want to use. * Put See5Sam.exe in the
www.eeworm.com/read/331336/12832438

m bay_modoutclass.m

function [Pplus, Pmin, bay,model] = bay_modoutClass(model,X,priorpos,type,nb,bay) % Estimate the posterior class probabilities of a binary classifier using Bayesian inference % % >> [Ppos, Pneg] = bay
www.eeworm.com/read/331336/12832544

m code.m

function [nsignals, codebook, oldcodebook, scheme] = code(signals,codetype,codetype_args,oldcodebook,fctdist,fctdist_args) % Encode and decode a multi-class classification task into multiple binary cl
www.eeworm.com/read/139485/13154203

fbc test.fbc

/*---------------------------------------------------------------------- domains ----------------------------------------------------------------------*/ dom(x) = IR; dom(y) = IR; dom(class) = { a,
www.eeworm.com/read/139485/13154204

fbc ex.fbc

/*---------------------------------------------------------------------- domains ----------------------------------------------------------------------*/ dom(X) = ZZ; dom(Y) = ZZ; dom(C) = { a, b };