代码搜索:Contents
找到约 10,000 项符合「Contents」的源代码
代码结果 10,000
www.eeworm.com/read/428849/8834649
m contents.m
% Miscellaneous functions for STPRtoolbox.
%
% adaboost - AdaBoost algorithm.
% adaclass - AdaBoost classifier.
% cerror - Computes classification error.
% crossval - Partions data
www.eeworm.com/read/428849/8834694
m contents.m
% Kernel machines.
%
% extraction - (dir) Kernel feature extraction.
% preimage - (dir) Pre-image problem for RBF kernel.
%
% diagker - Returns diagonal of kernel matrix.
% dualcov - Dual
www.eeworm.com/read/428849/8834699
m 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
www.eeworm.com/read/428849/8834738
m contents.m
% Kernel feature extraction.
%
% gda - Generalized Discriminant Analysis.
% greedyappx - Kernel greedy data approximation.
% greedykpca - Greedy kernel PCA.
% kpca - Kernel Principal
www.eeworm.com/read/428849/8834761
m~ contents.m~
% Kernel machines.
%
% extraction - (dir) Kernel feature extraction.
% preimage - (dir) Pre-image problem for RBF kernel.
%
% diagker - Returns diagonal of kernel matrix.
% dualcov - Dual
www.eeworm.com/read/428849/8834774
m contents.m
% Image denoising using kernel PCA.
%
% make_noisy_data - Adds Gaussian noise to USPS database.
% show_denois_tuning - Plots curves of tuning stage of Kernel PCA.
% show_denoising - Image d
www.eeworm.com/read/428849/8834800
m~ contents.m~
% Kernel machines.
%
% cvkfd - Computes cross validation error for given KFD model.
% diagker - Returns diagonal of kernel matrix of given data.
% dualcov - Dual representation of cova
www.eeworm.com/read/428849/8834815
m contents.m
% Demo on Optical Character Recognition (OCR) for handwritten numerals.
%
% models (dir) - Different SVM models trained for OCR system.
%
% collect_chars - Collecting training examples for OCR.
% mpa
www.eeworm.com/read/428849/8834832
m contents.m
% Demos of the Statistical Pattern Recognition Toolbox.
%
% image_denoising - (dir) Image denoising using kernel PCA.
% ocr - (dir) Object Character Recognition.
%
% demo_anderson - G
www.eeworm.com/read/428849/8834853
m 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