代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/373632/9445402
r knn.var.r
### Name: knn.var
### Title: K-Nearest Neighbor Classification With Variable Selection
### Aliases: knn.var
### Keywords: models
### ** Examples
data(iris)
set.seed (3)
samp
www.eeworm.com/read/175688/9536231
m cerror.m
function error=cerror(y1,y2,label)
% CERROR Computes classification error.
%
% Synopsis:
% error = cerror(y1,y2)
% error = cerror(y1,y2,label)
%
% Description:
% error = cerror(y1,y2) returns clas
www.eeworm.com/read/175688/9536242
asv cerror.asv
function error=cerror(y1,y2,label)
% CERROR Computes classification error.
%
% Synopsis:
% error = cerror(y1,y2)
% error = cerror(y1,y2,label)
%
% Description:
% error = cerror(y1,y2) returns clas
www.eeworm.com/read/175317/9552379
m manifoldlearn.m
% ManifoldLearn : Matlab Routines for Manifold Regularization
% ------------------------------------------------------------------------------------%
% ML_OPTIONS - Generate/alter options structure fo
www.eeworm.com/read/169177/9876597
m weaklearner.m
function model = weaklearner(data)
% WEAKLEARNER Produce classifier thresholding single feature.
%
% Synopsis:
% model = weaklearner(data)
%
% Description:
% This function produce a weak binary clas