代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/137160/13341820
m gendats.m
%GENDATS Generation of a simple classification problem of 2 Gaussian classes
%
% A = GENDATS (N,K,D,LABTYPE)
%
% INPUT
% N Dataset size, or 2-element array of class sizes (default: [50 50]
www.eeworm.com/read/137160/13342301
m featself.m
%FEATSELF Forward feature selection for classification
%
% [W,R] = FEATSELF(A,CRIT,K,T,FID)
% [W,R] = FEATSELF(A,CRIT,K,N,FID)
%
% INPUT
% A Training dataset
% CRIT Name of the criterion or u
www.eeworm.com/read/137160/13342601
m featsellr.m
%FEATSELLR Plus-L-takeaway-R feature selection for classification
%
% [W,RES] = FEATSELLR(A,CRIT,K,L,R,T,FID)
%
% INPUT
% A Dataset
% CRIT String name of the criterion or untrained mapping
www.eeworm.com/read/318947/13465992
m code.m
function [nsignals, codebook, oldcodebook, scheme] = code(signals,codetype,codetype_args,oldcodebook,fctdist,fctdist_args)
% Encode and decode a multi-class classification task into multiple binary cl
www.eeworm.com/read/318947/13466030
asv code.asv
function [nsignals, codebook, oldcodebook, scheme] = code(signals,codetype,codetype_args,oldcodebook,fctdist,fctdist_args)
% Encode and decode a multi-class classification task into multiple binary cl
www.eeworm.com/read/316944/13514025
m code.m
function [nsignals, codebook, oldcodebook, scheme] = code(signals,codetype,codetype_args,oldcodebook,fctdist,fctdist_args)
% Encode and decode a multi-class classification task into multiple binary cl
www.eeworm.com/read/314653/13562215
m gendats.m
%GENDATS Generation of a simple classification problem of 2 Gaussian classes
%
% A = GENDATS (N,K,D,LABTYPE)
%
% INPUT
% N Dataset size, or 2-element array of class sizes (default: [50 50]
www.eeworm.com/read/314653/13562540
m featself.m
%FEATSELF Forward feature selection for classification
%
% [W,R] = FEATSELF(A,CRIT,K,T,FID)
% [W,R] = FEATSELF(A,CRIT,K,N,FID)
%
% INPUT
% A Training dataset
% CRIT Name of the criterion or u
www.eeworm.com/read/314653/13562701
m featsellr.m
%FEATSELLR Plus-L-takeaway-R feature selection for classification
%
% [W,RES] = FEATSELLR(A,CRIT,K,L,R,T,FID)
%
% INPUT
% A Dataset
% CRIT String name of the criterion or untrained mapping
www.eeworm.com/read/307651/13718049
asv knn_light.asv
% knn_light: K-Nearest Neighbor classification using euclid distance
%
% [C] = knn_light(data, proto, protoClass, [K])
%
% Input and output arguments ([]'s are optional):
% data (matrix) of