⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contents.m

📁 具有图形操作界面的支持向量机多类分类实验系统.全部用Matlab实现,可以实现多种分类识别. 这是本人的毕业设计的附属程序
💻 M
字号:
% Data sets used by the STPRtool.%% andersons_task   - (dir) Input for demo on Generalized Anderson's task.% binary_separable - (dir) Input for demo on Linear classification.% gmm_sample       - (dir) Input for demo on EM algorithm for GMM.% iris_data        - (dir) Fisher's Iris data set.% mm_sample        - (dir) Input for demo on Minimax Algorithm.% multi_separable  - (dir) Linearly separable multi-class data.% ocr_numerals     - (dir) Examples of hand-written numerals.% riply_data       - (dir) Riply's data set.% svm_sample       - (dir) Input for demo on SVM.% % c2s              - Converts cell to structure array.% check2ddata      - Checks if given file containins labeled 2D vectors.% check2dgauss     - Checks if given file contains bivariate Gaussians.% createdata       - Interactive data generator. % gencircledata    - Generates data on circle corrupted by Gaussian noise. % genlsdata        - Generates linearly separable binary data.% mergesets        - Merges data sets to one labeled data file.% savestruct       - Saves fields of given structure to file.% usps2mat         - Converts USPS database to Matlab data file (MAT). %% About: Statistical Pattern Recognition Toolbox% (C) 1999-2003, 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% 19-sep-03, VF

⌨️ 快捷键说明

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