代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/318947/13465967

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/318947/13465969

asv ls_svm2.asv

% 支持向量机最小二乘算法(LS-SVM)--可用于分类和回归??? % function [ output_args ] = SvmLs( input_args ) clc clear close all m = 4; % 样本维数 TrainSample = [1+rand(m,5),2+rand(m,5),3+rand(m,5),4+rand(m,5)]; TrainTa
www.eeworm.com/read/318947/13465992

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/318947/13466030

asv code.asv

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/316944/13514000

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/316944/13514025

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/314653/13562549

m prex_mcplot.m

%PREX-MCPLOT PRTools example on a multi-class classifier plot help prex_mcplot echo on gridsize(100) % Generate twice normally distributed 2-class data in 2D a = +gendath([20,20]); %
www.eeworm.com/read/314653/13562558

m prex_cost.m

%PREX_COST PRTools example on cost matrices and rejection % % Prtools example code to show the use of cost matrices and how % to introduce a reject class. help prex_cost echo on % Gen
www.eeworm.com/read/314653/13562572

m prex_combining.m

%PREX_COMBINING PRTools example on classifier combining % % Presents the use of various fixed combiners for some % classifiers on the 'difficult data'. % help prex_combining echo on
www.eeworm.com/read/314653/13562645

m isclassifier.m

%ISCLASSIFIER Test on normed classifier % % I = ISCLASSIFIER(W) % ISCLASSIFIER(W) % % A mapping W is a classifier if its OUT_CONV field is larger % than zero. In that case confidences will be r