代码搜索:classifiers
找到约 2,305 项符合「classifiers」的源代码
代码结果 2,305
www.eeworm.com/read/400577/11572991
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/400577/11573375
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/255755/12057249
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/255755/12057894
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/255755/12058338
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/150905/12248302
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/150905/12249162
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/150905/12249741
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/149739/12352675
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/149739/12353500
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