代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/255755/12058254
m mclassc.m
%MCLASSC Computation of multi-class classifier from 2-class discriminants
%
% W = MCLASSC(A,CLASSF,MODE)
%
% INPUT
% A Dataset
% CLASSF Untrained classifier
% MODE Type of handling mu
www.eeworm.com/read/150905/12248451
m pcldc.m
%PCLDC Linear classifier using PC expansion on the joint data.
%
% W = PCLDC(A,N)
% W = PCLDC(A,ALF)
%
% INPUT
% A Dataset
% N Number of eigenvectors
% ALF Total explained variance (defau
www.eeworm.com/read/150905/12249322
m klldc.m
%KLLDC Linear classifier built on the KL expansion of the common covariance matrix
%
% W = KLLDC(A,N)
% W = KLLDC(A,ALF)
%
% INPUT
% A Dataset
% N Number of significant eigenvectors
% AL
www.eeworm.com/read/150905/12249342
m fdsc.m
%FDSC Feature based Dissimilarity Space Classification
%
% W = FDSC(A,R,FEATMAP,TYPE,P,CLASSF)
% W = A*FDSC([],R,FEATMAP,TYPE,P,CLASSF)
%
% INPUT
% A Dateset used for training
% R
www.eeworm.com/read/150905/12249638
m mclassc.m
%MCLASSC Computation of multi-class classifier from 2-class discriminants
%
% W = MCLASSC(A,CLASSF,MODE)
%
% INPUT
% A Dataset
% CLASSF Untrained classifier
% MODE Type of handling mu
www.eeworm.com/read/252976/12252096
c icsiboost.c
/* Copyright (C) (2007) (Benoit Favre)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publish
www.eeworm.com/read/150760/12264733
m contents.m
% Statistical Pattern Recognition Toolbox (STPRtool).
% Version 2.05 19-Oct-2005
%
% Bayesian classification.
% bayescls - Bayesian classifier with reject option.
% bayesdf