代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/493294/6399907
m prex_logdens.m
%PREX_LOGDENS PRTools example on density based classifier improvement
%
% This example shows the use and results of LOGDENS for improving
% the classification in the tail of the distributions
h
www.eeworm.com/read/410924/11264805
txt feature_selection.txt
Genetic_Culling@%groups, Out_dim, classifier, classifier params@[0.1,2,'LS',[]]@S
HDR@Out dimension@2@S
ICA@Out dimension, Convergence rate:@[2, 1e-30]@S
Koller@Out dimension@2@S
MDS@Method, Out
www.eeworm.com/read/400577/11572610
m prex_logdens.m
%PREX_LOGDENS PRTools example on density based classifier improvement
%
% This example shows the use and results of LOGDENS for improving
% the classification in the tail of the distributions
h
www.eeworm.com/read/400577/11572967
m svcinfo.m
%SVCINFO More information on Support Vector Classifiers
%
% [W,J,C,NU,ALGINF] = SVC(A,KERNEL,C,OPTIONS)
% W = A*SVC([],KERNEL,C,OPTIONS)
% [W,J,NU,C,ALGINF] = NUSVC(A,KERNEL
www.eeworm.com/read/342008/12047392
m setclass.m
%SETCLASS Set classifier bit of mapping
function w = setclass(w,classbit)
if classbit ~= 0 & classbit ~= 1
error('Mapping classifier bit should be 0 or 1')
end
w.s = classbit;
if classbit & (w.c) ==
www.eeworm.com/read/255755/12057251
m prex_logdens.m
%PREX_LOGDENS PRTools example on density based classifier improvement
%
% This example shows the use and results of LOGDENS for improving
% the classification in the tail of the distributions
h
www.eeworm.com/read/150905/12248304
m prex_logdens.m
%PREX_LOGDENS PRTools example on density based classifier improvement
%
% This example shows the use and results of LOGDENS for improving
% the classification in the tail of the distributions
h
www.eeworm.com/read/150760/12265801
m adaclass.m
function [y,dfce] = adaclass(X,model)
% ADACLASS AdaBoost classifier.
%
% Synopsis:
% [y,dfce] = adaclass(X,model)
%
% Description:
% This function implements the AdaBoost classifier which
% its di