代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/493294/6400464

m testn.m

%TESTN Error estimate of discriminant for normal distribution. % % E = TESTN(W,U,G,N) % % INPUT % W Trained classifier mapping % U C x K dataset with C class means, labels and priors (default
www.eeworm.com/read/493294/6400486

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/493294/6400493

m prtools.m

% Pattern Recognition Tools % Version 4.0.14 04-Mar-2005 % %Datasets and Mappings (just most important routines) %--------------------- %dataset Define and retrieve dataset from datamatrix and lab
www.eeworm.com/read/493294/6400535

m p_map.m

%PARZEN_MAP Map a dataset on a Parzen densities based classifier % % F = p_map(A,W) % % Maps the dataset A by the Parzen density based classfier W. It % outputs just the raw class probabilities (i.
www.eeworm.com/read/493294/6400549

m optim_auc.m

function [w,optval] = optim_auc(x,wname,fracrej,range,nrbags,varargin) %OPTIM_AUC Optimize hyperparameters for an OCC % % W = OPTIM_AUC(X,WNAME,FRACREJ,RANGE,NRBAGS,VARARGIN) % % Optimize the AUC-p
www.eeworm.com/read/492400/6422197

m dd_fp.m

function e = dd_fp(w,z,err) %DD_FP % % E = DD_FP(W,Z,ERR) % % Change the threshold of a (trained) classifier W, such that the error % on the target class (the fraction false negative) is set to ERR
www.eeworm.com/read/492400/6422298

m multic.m

%MULTIC Make a multi-class classifier % % W = MULTIC(A,V) % % Train the (untrained!) one-class classifier V on each of the classes % in A, and combine it to a multi-class classifier W. If an object
www.eeworm.com/read/492400/6422325

m p_map.m

%PARZEN_MAP Map a dataset on a Parzen densities based classifier % % F = p_map(A,W) % % Maps the dataset A by the Parzen density based classfier W. It % outputs just the raw class probabilities (i.
www.eeworm.com/read/492400/6422332

m optim_auc.m

function [w,optval] = optim_auc(x,wname,fracrej,range,nrbags,varargin) %OPTIM_AUC Optimize hyperparameters for an OCC % % W = OPTIM_AUC(X,WNAME,FRACREJ,RANGE,NRBAGS,VARARGIN) % % Optimize the AUC-p
www.eeworm.com/read/400577/11572568

m medianc.m

%MEDIANC Median combining classifier % % W = MEDIANC(V) % W = V*MEDIANC % % INPUT % V Set of classifiers % % OUTPUT % W Median combining classifier on V % % DESCRIPTION % If V = [V