代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/488305/6491823
readme food.readme
Data Format:
In a psychological experiment, a group of 38 subjects was asked to sort
45 foods into as many categories as they wished, based on perceived
similarity. Each line contains two foods
www.eeworm.com/read/482915/6616180
m demsvm1.m
function demsvm1()
% DEMSVM1 -
% Demenstration de l'utilisation des SVM pour la classification
%%
X = [2 7; 3 6; 2 2; 8 1; 6 4; 4 8; 9 5; 9 9; 9 4; 6 9; 7 4];
Y = [ +1; +1; +1; +1; +1; -1; -1
www.eeworm.com/read/394482/8221943
htm streabuf.htm
The basic_streambuf Class
Class Name basic_streambuf
www.eeworm.com/read/394482/8222167
htm istream.htm
The basic_istream(istream) Class
Class Name basic_istream
www.eeworm.com/read/413912/11137523
result dataexample2.txt.result
Processing Filename: demo\DataExample2.txt
Classifier:MCWithMultiFSet -Voting -Separator 1,120,121,150,154,225 -- IIS_classify -Iter 50
Message: Train-Test Split, Boundary: 100, Classification,
Err
www.eeworm.com/read/386050/8768950
m lssvc.m
function W = lssvc(A, TYPE, PAR, C)
%LSSVC Least-Squares Support Vector Classifier
%
% W = lssvc(A,TYPE,PAR,C);
%
% INPUT
% A dataset
% TYPE Type of the kernel (optional; default: '
www.eeworm.com/read/428451/8867245
m code_moc.m
function [codebook,scheme] = code_MOC(m)
% Generate the codebook for multiclass classification with Minimum Output encoding.
%
% >> codebook = code_MOC(m)
%
% see also:
% code
% Copyright (c) 200