代码搜索结果
找到约 33,766 项符合
Algorithm 的代码
idct_arai.hh
/*********************************************************************
idct_arai.hh
purpose:
Perform IDCT using AAN-algorithm.
notes:
to do:
author(s):
- Dirk Farin, Kapellenweg 1
contents.m
% Pre-image problem for RBF kernel.
%
% rbfpreimg - Schoelkopf's fixed-point algorithm.
% rbfpreimg2 - Gradient optimization.
% rbfpreimg3 - Kwok-Tsang's algorithm.
%
% About: Statistical Pattern
ekozinec.m~
function model=ekozinec(data,options,init_model)
% EKOZINEC Kozinec's algorithm for eps-optimal separating hyperplane.
%
% Synopsis:
% model = ekozinec(data)
% model = ekozinec(data,options)
% mode
contents.m
% Separation of finite sets of vectors
%
% ekozinec - Kozinec's algorithm for eps-optimal separating hyperplane.
% mperceptron - Perceptron algorithm to train linear machine.
% perceptron - Perc
ekozinec.m
function model=ekozinec(data,options,init_model)
% EKOZINEC Kozinec's algorithm for eps-optimal separating hyperplane.
%
% Synopsis:
% model = ekozinec(data)
% model = ekozinec(data,options)
% mode
contents.m~
% Algorithms learning linear classifiers from finite vector sets.
%
% ekozinec - Kozinec's algorithm for eps-optimal separating hyperplane.
% ekozinec2 - Kozinec's algorithm for eps-optimal separ
frontier_inf_engine.m
function engine = frontier_inf_engine(bnet)
% FRONTIER_INF_ENGINE Inference engine for DBNs which which uses the frontier algorithm.
% engine = frontier_inf_engine(bnet)
%
% The frontier algorithm ext
algorithm.txt
1. Compression algorithm (deflate)
The deflation algorithm used by gzip (also zip and zlib) is a variation of
LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
the input
algorithm.txt
1. Compression algorithm (deflate)
The deflation algorithm used by gzip (also zip and zlib) is a variation of
LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
the input dat
dataset.pm
package Algorithm::SVM::DataSet;
use 5.006;
use strict;
use Carp;
use Algorithm::SVM;
=head1 NAME
Algorithm::SVM::DataSet - A DataSet object for the Algorithm::SVM Support
Vector Machine.
=head1