代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/299984/7140596
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/460435/7250479
m rnnc.m
%RNNC Random Neural Net classifier
%
% W = RNNC(A,N,S)
%
% INPUT
% A Input dataset
% N Number of neurons in the hidden layer
% S Standard deviation of weights in an input layer (default: 1
www.eeworm.com/read/460435/7250825
m mogc.m
%MOGC Mixture of Gaussian classifier
%
% W = MOGC(A,N)
% W = A*MOGC([],N);
%
% INPUT
% A Dataset
% N Number of mixtures (optional; default 2)
% R,S Regularization parameters, 0
www.eeworm.com/read/460435/7251018
m lssvc.m
function W = lssvc(A, TYPE, PAR, C)
%LSSVC Least-Squares Support Vector Classifier
%
% W = lssvc(A,TYPE,PAR,C);
%
% INPUT
% A dataset
% TYPE Type of the kernel (optional; default: '
www.eeworm.com/read/460435/7251072
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/451547/7461903
m dlpdd.m
function W = dlpdd(x,nu,usematlab)
%DLPDD Distance Linear Programming Data Description
%
% W = DLPDD(D,NU)
%
% This one-class classifier works directly on the distance (dissimilarity)
% matrix
www.eeworm.com/read/450608/7480122
m rnnc.m
%RNNC Random Neural Net classifier
%
% W = RNNC(A,N,S)
%
% INPUT
% A Input dataset
% N Number of neurons in the hidden layer (default: 10)
% S Standard deviation of weights in an input lay
www.eeworm.com/read/450608/7480478
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/442927/7641767
m linceval.m
function [lincOutput, recogRate, errorIndex1, errorIndex2, regOutput, regError]=lincEval(DS, coef)
% lincEval: Evaluation of linear classifier
% Usage: [lincOutput, recogRate, errorIndex1, errorInde
www.eeworm.com/read/441245/7672685
m rnnc.m
%RNNC Random Neural Net classifier
%
% W = RNNC(A,N,S)
%
% INPUT
% A Input dataset
% N Number of neurons in the hidden layer
% S Standard deviation of weights in an input layer (default: 1