代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/460435/7251113
m isclassifier.m
%ISCLASSIFIER Test on normed classifier
%
% I = ISCLASSIFIER(W)
% ISCLASSIFIER(W)
%
% A mapping W is a classifier if its OUT_CONV field is larger
% than zero. In that case confidences will be r
www.eeworm.com/read/451547/7461909
m stump_dd.m
%STUMP_DD Threshold one dim. one-class classifier
%
% W = STUMP_DD(A,FRACREJ,DIM)
%
% Put a threshold on one of the feature dimensions DIM of dataset A. The
% threshold is put such that a frac
www.eeworm.com/read/451547/7461914
m dd_setfn.m
function v = dd_setfn(w,a,thr)
%DD_SETFN Set the threshold to a specific FN rate
%
% V = DD_SETFN(W,A,THR)
%
% The data of classifier W is copied to classifier V, only the
% threshold value is cha
www.eeworm.com/read/451547/7461928
m random_dd.m
%RANDOM_DD Random one-class classifier
%
% W = RANDOM_DD(A,FRACREJ)
%
% This is the trivial one-class classifier, randomly assigning labels
% and rejecting FRACREJ of the data objects. This pr
www.eeworm.com/read/450608/7480101
m perlc.m
% PERLC - Train a linear perceptron classifier
%
% W = PERLC(A)
% W = PERLC(A,MAXITER,ETA,W0)
%
% INPUT
% A Training dataset
% MAXITER Maximum number of iterations (default 100)
% E
www.eeworm.com/read/450608/7480421
m prex_mcplot.m
%PREX-MCPLOT PRTools example on a multi-class classifier plot
help prex_mcplot
echo on
gridsize(100)
% Generate twice normally distributed 2-class data in 2D
a = +gendath([20,20]); %
www.eeworm.com/read/450608/7480430
m prex_cost.m
%PREX_COST PRTools example on cost matrices and rejection
%
% Prtools example code to show the use of cost matrices and how
% to introduce a reject class.
help prex_cost
echo on
% Gen
www.eeworm.com/read/450608/7480444
m prex_combining.m
%PREX_COMBINING PRTools example on classifier combining
%
% Presents the use of various fixed combiners for some
% classifiers on the 'difficult data'.
%
help prex_combining
echo on
www.eeworm.com/read/450608/7480517
m isclassifier.m
%ISCLASSIFIER Test on normed classifier
%
% I = ISCLASSIFIER(W)
% ISCLASSIFIER(W)
%
% A mapping W is a classifier if its OUT_CONV field is larger
% than zero. In that case confidences will be r
www.eeworm.com/read/441245/7673064
m prex_mcplot.m
%PREX-MCPLOT PRTools example on a multi-class classifier plot
help prex_mcplot
echo on
gridsize(100)
% Generate twice normally distributed 2-class data in 2D
a = +gendath([20,20]); %