代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/289334/8558655
m weaklearner.m
function model = weaklearner(data)
% WEAKLEARNER Produce classifier thresholding single feature.
%
% Synopsis:
% model = weaklearner(data)
%
% Description:
% This function produce a weak binary clas
www.eeworm.com/read/431675/8661730
m udc.m
%UDC Uncorrelated normal based quadratic Bayes classifier
%
% W = udc(A)
%
% Computation a quadratic classifier between the classes in the
% dataset A assuming normal densities with uncorrelated f
www.eeworm.com/read/431675/8662300
m traincc.m
%TRAINCC Train combining classifier if needed
%
% W = traincc(A,W,cclassf)
%
% The combining classifier cclassf is trained by dataset A*W if it needs
% training. W is typically a set of stacked or par
www.eeworm.com/read/386050/8767398
m perlc.m
% PERLC - Train a linear perceptron classifier
%
% W = PERLC(A)
% W = PERLC(A,MAXITER,ETA,W_INI,TYPE)
%
% INPUT
% A Training dataset
% MAXITER Maximum number of iterations (default 10
www.eeworm.com/read/386050/8769423
m logdens.m
%LOGDENS Force density based classifiers to use log-densities
%
% V = LOGDENS(W)
% V = W*LOGDENS
%
% INPUT
% W Density based trained classifier
%
% OUTPUT
% V Log-density based tr
www.eeworm.com/read/286180/8784163
m osusvmdemo.m
% ------- OSU SVM CLASSIFIER TOOLBOX Demonstrations---
%
% 1) Demonstrations of using C-SVM Classifers.
% 2) Demonstrations of using u-SVM Classifiers
% 3) Demonstration