代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/182376/9205763
h woodsenv.h
/*
/ (XCS-C 1.2)
/ ------------------------------------
/ Learning Classifier System based on accuracy
/
/ by
/ Martin V. Butz
/ Illinois Genetic Algorithms Laboratory (IlliGAL)
/
www.eeworm.com/read/182376/9205764
c actionselection.c
/*
/ (XCS-C 1.2)
/ ------------------------------------
/ Learning Classifier System based on accuracy
/
/ by
/ Martin V. Butz
/ Illinois Genetic Algorithms Laboratory (IlliGAL)
/
www.eeworm.com/read/362246/10010139
c knnclass_mex.c
/*---------------------------------------------------------------------------
knnclass_mex.c: MEX-file code K-NN classifier.
Compile: knnclass_mex.c
www.eeworm.com/read/280595/10311932
c knnclass_mex.c
/*---------------------------------------------------------------------------
knnclass_mex.c: MEX-file code K-NN classifier.
Compile: knnclass_mex.c
www.eeworm.com/read/299459/7850482
c knnclass_mex.c
/*---------------------------------------------------------------------------
knnclass_mex.c: MEX-file code K-NN classifier.
Compile: knnclass_mex.c
www.eeworm.com/read/397106/8067584
m perceptron_vc.m
% Learns classifier and classifies test set
% using the perceptron learning algorithm
%
% If there are 2 classes, there is no problem (except that the labels are
% converted to 0 and 1).
% If t
www.eeworm.com/read/397106/8067726
m ml_diag_vc.m
% Learns classifier and classifies test set
% by representing the distributions as Gaussians,
% with diagonal covariance matrix
% learning the parameters using Maximum Likelihood
%
% Inputs:
% U
www.eeworm.com/read/397106/8067761
m pocket_vc.m
% Learns classifier and classifies test set
% using the perceptron learning algorithm
%
% If there are 2 classes, there is no problem (except that the labels are
% converted to 0 and 1).
% If t
www.eeworm.com/read/397106/8067773
m ls_vc.m
% Learns classifier and classifies test set
% using the least-squares algorithm
%
% If there are 2 classes, there is no problem (except that the labels are
% converted to 0 and 1).
% If there a
www.eeworm.com/read/312163/13617458
c knnclass_mex.c
/*---------------------------------------------------------------------------
knnclass_mex.c: MEX-file code K-NN classifier.
Compile: knnclass_mex.c