代码搜索:Multi-class
找到约 534 项符合「Multi-class」的源代码
代码结果 534
www.eeworm.com/read/400577/11572634
m gendatm.m
%GENDATM Generation of multi-class 2-D data
%
% A = GENDATM(N)
%
% INPUT
% N Vector of class sizes (default: 20)
%
% OUTPUT
% A Dataset
%
% DESCRIPTION
% Generation of N samples in 8 classe
www.eeworm.com/read/255755/12057302
m gendatm.m
%GENDATM Generation of multi-class 2-D data
%
% A = GENDATM(N)
%
% INPUT
% N Vector of class sizes (default: 20)
%
% OUTPUT
% A Dataset
%
% DESCRIPTION
% Generation of N samples in 8 classe
www.eeworm.com/read/150905/12248355
m gendatm.m
%GENDATM Generation of multi-class 2-D data
%
% A = GENDATM(N)
%
% INPUT
% N Vector of class sizes (default: 20)
%
% OUTPUT
% A Dataset
%
% DESCRIPTION
% Generation of N samples in 8 classe
www.eeworm.com/read/150749/12267363
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/149739/12352720
m gendatm.m
%GENDATM Generation of multi-class 2-D data
%
% A = GENDATM(N)
%
% INPUT
% N Vector of class sizes (default: 20)
%
% OUTPUT
% A Dataset
%
% DESCRIPTION
% Generation of N samples in 8 classe
www.eeworm.com/read/119681/14824461
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/214923/15082968
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/347796/3163027
java codematrix.java
package dragon.ir.classification.multiclass;
/**
* Code Matrix Interface
* The code matrix handle the problem of how to build a set of binary classifiers for multi-class classification. A
www.eeworm.com/read/344585/3207890
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/268397/4252865
java codematrix.java
package dragon.ir.classification.multiclass;
/**
* Code Matrix Interface
* The code matrix handle the problem of how to build a set of binary classifiers for multi-class classification. A