代码搜索:Statistical
找到约 1,108 项符合「Statistical」的源代码
代码结果 1,108
www.eeworm.com/read/128468/14295556
m dataid.m
function [id]=dataid(type)
% [id]=dataid(type)
%
% DATAID returns string identifier of the given data
% type.
%
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) C
www.eeworm.com/read/213492/15133228
m~ stprpath.m~
function stprpath(toolboxroot)
% STPRPATH sets path to Statistical Pattern Recognition Toolbox.
%
% Synopsis:
% stprpath
% stprpath(toolboxroot)
%
% Description:
% stprpath(toolboxroot) se
www.eeworm.com/read/213492/15133238
m stprpath.m
function stprpath(toolboxroot)
% STPRPATH sets path to Statistical Pattern Recognition Toolbox.
%
% Synopsis:
% stprpath
% stprpath(toolboxroot)
%
% Description:
% stprpath(toolboxroot) se
www.eeworm.com/read/213492/15133777
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/213492/15133808
m contents.m
% Linear feature extraction.
%
% lda - Linear Discriminant Analysis.
% pca - Principal Component Analysis.
% pcarec - Computes reconstructed vector after PCA projection.
%
% About: Statistic
www.eeworm.com/read/213492/15133813
m contents.m
% Fisher Linear Discriminat.
%
% fld - Fisher Linear Discriminat.
% fldqp - Fisher Linear Discriminat using quadratic programming.
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-
www.eeworm.com/read/367442/9747776
m 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