代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/397102/8068531

m emclust.m

%EMCLUST Expectation - Maximization clustering % % [D,V] = emclust(A,W,n) % % The untrained classifier W is used to update an initially labelled % dataset A by the following two steps: % 1. train W by
www.eeworm.com/read/397097/8069115

readme

Data Description Matlab toolbox. (version 0.9) This toolbox is an add-on to the PRTools toolbox. The toolbox contains algorithms to train, investigate, visualize and evaluate one-class classifier
www.eeworm.com/read/245176/12813159

m getsv.m

function sv = getsv(net) % GETSV % % Accessor method returning the support vectors of a support vector % classifier network. % % sv = getsv(net); % % File : @svc/getsv.m % % D
www.eeworm.com/read/245176/12813168

m getw.m

function w = getw(net) % GETW % % Accessor method returning the weights of a support vector classifier network. % % w = getw(net); % % File : @svc/getw.m % % Date : Tuesd
www.eeworm.com/read/140851/13059096

m demknn1.m

%DEMKNN1 Demonstrate nearest neighbour classifier. % % Description % The problem consists of data in a two-dimensional space. The data is % drawn from three spherical Gaussian distributions with
www.eeworm.com/read/140850/13059488

m getsv.m

function sv = getsv(net) % GETSV % % Accessor method returning the support vectors of a support vector % classifier network. % % sv = getsv(net); % % File : @svc/getsv.m % % D
www.eeworm.com/read/140850/13059495

m getw.m

function w = getw(net) % GETW % % Accessor method returning the weights of a support vector classifier network. % % w = getw(net); % % File : @svc/getw.m % % Date : Tuesd
www.eeworm.com/read/138798/13212144

m demknn1.m

%DEMKNN1 Demonstrate nearest neighbour classifier. % % Description % The problem consists of data in a two-dimensional space. The data is % drawn from three spherical Gaussian distributions with
www.eeworm.com/read/137160/13341777

m spatm.m

%SPATM Augment image dataset with spatial label information % % E = SPATM(D,S) % E = D*SPATM([],S) % % INPUT % D image dataset classified by a classifier % S smoothing parameter
www.eeworm.com/read/137160/13341860

m averagec.m

%AVERAGEC Combining of linear classifiers by averaging coefficients % % W = AVERAGEC(V) % W = V*AVERAGEC % % INPUT % V A set of affine base classifiers. % % OUTPUT % W Combined classifier. % %