代码搜索结果
找到约 3,225 项符合
Recognition 的代码
stprpath.m~
function stprpath(toolboxroot)
% STPRPATH sets path to Statistical Pattern Recognition Toolbox.
%
% Synopsis:
% stprpath
% stprpath(toolboxroot)
%
% Description:
% stprpath(toolboxroot) se
stprpath.m
function stprpath(toolboxroot)
% STPRPATH sets path to Statistical Pattern Recognition Toolbox.
%
% Synopsis:
% stprpath
% stprpath(toolboxroot)
%
% Description:
% stprpath(toolboxroot) se
stprpath.html
Contents.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
setaxis.m
function []=setaxis(handle,rect)
% function []=setaxis(handle,rect)
%
% SETAXIS sets scaling for the x- and y-axes
% on the plot with a given handle.
%
% See also AXIS.
%
% Statistical Patte
readme.txt
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz
% Written Vojtech Franc (diploma thesis) 26.02.2000
% Modifi
kmatrix.m
% KMATRIX computes kernel matrix for given data.
% [K] = kmatrix(X,ker,arg)
%
% Input:
% X [dim x N] data; dim - dimension; N number of data;
% ker [string] kernel identifier; options 'linear', 'rb
http:^^www.cs.washington.edu^homes^shapiro^compvision.html
Date: Tue, 10 Dec 1996 14:58:06 GMT
Server: NCSA/1.4.2
Content-type: text/html
Last-modified: Fri, 26 Jan 1996 17:33:27 GMT
Content-length: 735
Computer Vision
http:^^www.cs.sunysb.edu^~theo^ial^alum.html
Date: Tue, 14 Jan 1997 19:20:54 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Wed, 13 Sep 1995 21:18:07 GMT
Content-length: 1309
Lab Alumni
People who completed PhD
palindr.dsc
A Turing Machine example (Recognition of Palindromes)
* from "The Design and Analysis of Computer Algorithms [1976]"
* by A.V.Aho, J.E.Hopcroft, J.D.Ullman
* --> See examples 1.8, 1.9