代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/397102/8067999
m prex3.m
%PREX3 PRTOOLS example of multi-class classifier plot
help prex3
echo on
global GRIDSIZE
gs = GRIDSIZE;
GRIDSIZE = 100;
% generate 2 x 2 normal distributed classes
a = +gendath(20); % data only
www.eeworm.com/read/397102/8068001
m parzen_map.m
%PARZEN_MAP Map a dataset on a Parzen densities based classifier
%
% F = parzen_map(A,W)
%
% Maps the dataset A by the Parzen density based classfier W. F*sigm
% are the posterior probabilities. W
www.eeworm.com/read/397102/8068027
m nmc.m
%NMC Nearest Mean Classifier
%
% W = nmc(A)
%
% Computation of the nearest mean classifier between the classes in
% the dataset A.
%
% See also datasets, mappings, nmsc, ldc, fisherc, qdc, udc
www.eeworm.com/read/397102/8068357
m prex4.m
%PREX4 PRTOOLS example of classifier combining
help prex4
echo on
A = gendatd(100,100,10);
[B,C] = gendat(A,20);
wkl = klm(B,0.95); % find KL mapping input space
bkl = B*wkl; % map training
www.eeworm.com/read/397097/8069133
m contents.m
%Data Description Toolbox (version 0.8)
%
%Dataset construction
%--------------------
%oc_set change normal classif. problem to one-class problem
%target_class extracts the target class
www.eeworm.com/read/397097/8069163
m setthres.m
function out = setthres(w,thr)
%SETTHRES Set the threshold for a one-class classifier
%
% out = setthres(w,thr)
%
% The data of classifier w is copied to classifier out, only the
% threshold value is
www.eeworm.com/read/196615/8072380
cpp scs.cpp
/****************************************************************************/
/* 基本遗传学习分类系统 SCS.CPP */
/* A Simple Classifier System based on G
www.eeworm.com/read/145531/12716439
cpp scs.cpp
/****************************************************************************/
/* 基本遗传学习分类系统 SCS.CPP */
/* A Simple Classifier System based on G