contents.m

来自「matlab最新统计模式识别工具箱」· M 代码 · 共 32 行

M
32
字号
% Visualization for pattern recognition.%% pandr         - Visualizes solution of the Generalized Anderson's task. % pboundary     - Plots decision boundary of given classifier in 2D.% pgauss        - Vizualizes set of bivariate Gaussians.% pgmm          - Vizualizes Gaussian mixture model.% pkernelproj   - Plots isolines of kernel projection.% plane3        - Plots plane in 3d.% pline         - Plots line in 2D.% ppatterns     - Plots pattern as points in feature space.% psvm          - Plots decision boundary of binary SVM classifier. % showim        - Displays given image(s).  %% Auxiliary functions:%% clipline      - Clips line into given window.% ellips        - Creates ellipse. % fig2eps       - Exports figure to EPS file.% marker_color  - Returns marker color. % marker_type   - Returns marker type.%% About: Statistical Pattern Recognition Toolbox% (C) 1999-2004, Written by Vojtech Franc and Vaclav Hlavac% <a href="http://www.cvut.cz">Czech Technical University Prague</a>% <a href="http://www.feld.cvut.cz">Faculty of Electrical Engineering</a>% <a href="http://cmp.felk.cvut.cz">Center for Machine Perception</a>% Modifications:% 11-jun-2004, VF% 20-sep-03, VF

⌨️ 快捷键说明

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