代码搜索:2000
找到约 10,000 项符合「2000」的源代码
代码结果 10,000
www.eeworm.com/read/398324/7994381
m smosvctutor.m
function tutor = smosvctutor(arg)
% SMOSVCTUTOR
%
% Construct a tutor object for training support vector classifiers using the
% sequential minimal optimisation algorithm.
%
% Examples:
%
%
www.eeworm.com/read/398324/7994390
h cache.h
/******************************************************************************
File : Cache.h
Date : Wednesday 13th September 2000
Author : Dr Gavin C. Cawley
Descripti
www.eeworm.com/read/398324/7994423
m polynomial.m
function ker = polynomial(arg)
% POLYNOMIAL
%
% Construct a polynomial kernel object,
%
% K(x1, x2) = (x1*x2' + 1).^d;
%
% Examples:
%
% % default constructor (quadratic kernel, d = 2
www.eeworm.com/read/398324/7994427
m evaluate.m
function K = evaluate(ker, x1, x2)
% EVALUATE
%
% Evaluate a polynomial kernel, for example
%
% K = evaluate(kernel, x1, x2);
%
% where x1 and x2 are matrices containing input patterns, wh
www.eeworm.com/read/398324/7994445
m linear.m
function ker = linear(arg)
% LINEAR
%
% Construct a linear kernel object,
%
% K(x1, x2) = x1.x2';
%
% Examples:
%
% % default constructor
%
% ker1 = linear;
%
% % copy cons
www.eeworm.com/read/398324/7994513
h infcache.h
/******************************************************************************
File : InfCache.h
Date : Wednesday 13th September 2000
Author : Dr Gavin C. Cawley
Descri
www.eeworm.com/read/398324/7994518
hh utils.hh
/******************************************************************************
File : utils.hh
Date : Wednesday 13th September 2000
Author : Dr Gavin C. Cawley
Descript
www.eeworm.com/read/398324/7994520
m smosvctutor.m
function tutor = smosvctutor(arg)
% SMOSVCTUTOR
%
% Construct a tutor object for training support vector classifiers using the
% sequential minimal optimisation algorithm.
%
% Examples:
%
%
www.eeworm.com/read/398324/7994530
h cache.h
/******************************************************************************
File : Cache.h
Date : Wednesday 13th September 2000
Author : Dr Gavin C. Cawley
Descripti
www.eeworm.com/read/398324/7994568
m polynomial.m
function ker = polynomial(arg)
% POLYNOMIAL
%
% Construct a polynomial kernel object,
%
% K(x1, x2) = (x1*x2' + 1).^d;
%
% Examples:
%
% % default constructor (quadratic kernel, d = 2