contents.m

来自「st ptool」· M 代码 · 共 20 行

M
20
字号
% Linear discriminant function.%% Included algorithms:%   (dir) anderson  - Algorithms solving Generalized Anderson's task.%   (dir) finite    - Algorithms separating finite point sets by a hyperplane.%   (dir) fisher    - Algorithms finding Fisher's classifiers.%   linclass        - Classifier based on linear decision rule.%% Auxiliary functions:%   ctransf   - Adds one constant coordinate to training set.%   homog2    - Adds one constant coordinate to training set.%   ictransf  - Complementary transformation of the ctransf.%% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz% Written Vojtech Franc (diploma thesis) 02.11.1999, 11.4.2000% Modifications% 24. 6.00 V. Hlavac, comments polished.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?