代码搜索:classifiers
找到约 2,305 项符合「classifiers」的源代码
代码结果 2,305
www.eeworm.com/read/386050/8767372
m minc.m
%MINC Minimum combining classifier
%
% W = MINC(V)
% W = V*MINC
%
% INPUT
% V Set of classifiers
%
% OUTPUT
% W Minimum combining classifier on V
%
% DESCRIPTION
% If V = [V1,V2,V3, ...
www.eeworm.com/read/386050/8768061
m adaboostc.m
%ADABOOSTC
%
% [W,V,ALF] = ADABOOSTC(A,CLASSF,N,RULE,VERBOSE);
%
% INPUT
% A Dataset
% CLASSF Untrained weak classifier
% N Number of classifiers to be trained
% RULE Combinin
www.eeworm.com/read/386050/8768204
m votec.m
%VOTEC Voting combining classifier
%
% W = VOTEC(V)
% W = V*VOTEC
%
% INPUT
% V Set of classifiers
%
% OUTPUT
% W Voting combiner
%
% DESCRIPTION
% If V = [V1,V2,V3,...] is a stacked set of
www.eeworm.com/read/386050/8769549
m maxc.m
%MAXC Maximum combining classifier
%
% W = MAXC(V)
% W = V*MAXC
%
% INPUT
% V Stacked set of classifiers
%
% OUTPUT
% W Combined classifier using max-rule
%
% DESCRIPTION
% If V = [V1,V2,V
www.eeworm.com/read/299984/7139964
m minc.m
%MINC Minimum combining classifier
%
% W = MINC(V)
% W = V*MINC
%
% INPUT
% V Set of classifiers
%
% OUTPUT
% W Minimum combining classifier on V
%
% DESCRIPTION
% If V = [V1,V2,V3, ...
www.eeworm.com/read/299984/7140303
m adaboostc.m
%ADABOOSTC
%
% [W,V,ALF] = ADABOOSTC(A,CLASSF,N,RULE,VERBOSE);
%
% INPUT
% A Dataset
% CLASSF Untrained weak classifier
% N Number of classifiers to be trained
% RULE Combinin
www.eeworm.com/read/299984/7140338
m votec.m
%VOTEC Voting combining classifier
%
% W = VOTEC(V)
% W = V*VOTEC
%
% INPUT
% V Set of classifiers
%
% OUTPUT
% W Voting combiner
%
% DESCRIPTION
% If V = [V1,V2,V3,...] is a stacked set of
www.eeworm.com/read/299984/7140714
m maxc.m
%MAXC Maximum combining classifier
%
% W = MAXC(V)
% W = V*MAXC
%
% INPUT
% V Stacked set of classifiers
%
% OUTPUT
% W Combined classifier using max-rule
%
% DESCRIPTION
% If V = [V1,V2,V
www.eeworm.com/read/460435/7250439
m minc.m
%MINC Minimum combining classifier
%
% W = MINC(V)
% W = V*MINC
%
% INPUT
% V Set of classifiers
%
% OUTPUT
% W Minimum combining classifier on V
%
% DESCRIPTION
% If V = [V1,V2,V3, ...
www.eeworm.com/read/460435/7250778
m adaboostc.m
%ADABOOSTC
%
% [W,V,ALF] = ADABOOSTC(A,CLASSF,N,RULE,VERBOSE);
%
% INPUT
% A Dataset
% CLASSF Untrained weak classifier
% N Number of classifiers to be trained
% RULE Combinin