代码搜索:classification

找到约 3,679 项符合「classification」的源代码

代码结果 3,679
www.eeworm.com/read/137160/13342446

m setcost.m

%SETCOST Reset classification cost matrix of mapping % % W = SETCOST(W,COST,LABLIST) % % The classification cost matrix of the dataset W is reset to COST. % W has to be a trained classifier. CO
www.eeworm.com/read/137160/13342603

m prtestc.m

%PRTESTC Test routine for the PRTOOLS classifier % % This script tests a given, untrained classifier w, defined in the % workspace, e.g. w = my_classifier. The goal is to find out whether % w fulfill
www.eeworm.com/read/314653/13562337

m setcost.m

%SETCOST Reset classification cost matrix of dataset % % A = SETCOST(A,COST,LABLIST) % % The classification cost matrix of the dataset A is reset to COST. % COST should have size [C,C+n], n >= 0, if
www.eeworm.com/read/314653/13562577

m reject.m

%REJECT Compute the error-reject trade-off curve % % E = REJECT(D); % E = REJECT(A,W); % % INPUT % D Classification result, D = A*W % A Dataset % W Cell array of trained classifiers
www.eeworm.com/read/314653/13562606

m setcost.m

%SETCOST Reset classification cost matrix of mapping % % W = SETCOST(W,COST,LABLIST) % % The classification cost matrix of the dataset W is reset to COST. % W has to be a trained classifier. CO
www.eeworm.com/read/314653/13562702

m prtestc.m

%PRTESTC Test routine for the PRTOOLS classifier % % This script tests a given, untrained classifier w, defined in the % workspace, e.g. w = my_classifier. The goal is to find out whether % w fulfill
www.eeworm.com/read/310621/13648605

m weakclassifybatch.m

function [error,Result]=WeakClassifyBatch(X,Y,H,W,WLearner) % Same as WeakClassify but classifies an array of inputs X % also finds the error of classification , % assumes correct classification is g
www.eeworm.com/read/133885/5898883

java classstreameventsveci.java

package tclass; /** * Interface for a stream of events, including the classification. * * When you think about it, the classification of a set of instances * and the instances themse
www.eeworm.com/read/133885/5898964

java classstreamveci.java

package tclass; import java.io.*; /** * Interface for a set of streams, including the classification. * * When you think about it, the classification of a set of instances * and the
www.eeworm.com/read/133885/5898973

java streameventsi.java

/** * A store of all the events associated with a stream. For each channel, * an EventVecI can be requested. Note!! Stream events are defined by * an EventDescVecI, which contains all the info