📄 contents.m
字号:
% Separating of two finite point sets by a hyperplane.%% lindemo - Demo on using of linear learning algorithms% described below.%% Algorithms:% ekozinec - Finds epsilon-optimal decision hyperplane.% ekozinec2 - Faster version of ekozinec.% kozinec - Kozinec's algorithm searching for decision hyperplane. % perceptr - Perceptron learning rule searching for decision hyperplane. % linsvm - Support Vector Machines for the linear and separable case.%% Auxiliary functions:% csvm - Separates point set from the origin by hyperplane.% testdich - Randomly creates test examples for dichotomy problem.%% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz% Written Vojtech Franc (diploma thesis) 21.11.1999% Modifications% 11-june-2001, V.Franc, ekozinec2 comment% 24. 6.00 V. Hlavac, comments polished.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -