该工具箱是用于统计模式识别的

源代码在线查看: contents.m~

软件大小: 460 K
上传用户: moxcki
关键词: 工具箱 模式识别
下载地址: 免注册下载 普通下载 VIP

相关代码

				% Functions for handling with data sets.
				%
				%  checkdat   - Checks files with internal data format.
				%  chgnum     - Changes members of given vector. 
				%  creatset   - Interactive dialog for data sets creating.
				%  dataid     - Returns text identifiers of internal data formats.
				%  datafiles  - Description of the data format used in the STPRTool.
				%  img2x      - Reshapes given image into vector.
				%  img2xi     - Loads images from files and reshape them into vectors.
				%  nmix       - Random generator of normal distributed data mixture.
				%  pgm2x      - Loads PGM picture.
				%  pgm2xi     - Loads sets of PGMs puctures.
				%  pimg       - Displays vector x as an image.
				%  sortxi     - Sorts point sets according to class label.
				%  x2img      - Reshapes vector x into an image of given shape.
				%  xi2file    - Saves finite point set with labels in an internal format.
				%  x2pgm      - Saves a picture in raw data to PGM format.
				%
				
				% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
				% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz
				% Written Vojtech Franc (diploma thesis) 02.01.2000
				% Modifications
				% 18-apr-2001, V.Franc, img2x, img2xi, pimg, x2img added.
				% 9-jan-2001, V.Franc, excluded useless functions
				% 24. 6.00 V. Hlavac, updated to match current state
							

相关资源