contents.m

来自「支持向量机工具箱」· M 代码 · 共 29 行

M
29
字号
% Functions for handling with data sets.
%
%  ascii2xi   - Loads data from ASCII files.
%  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
% 25-sep-2001, V.Franc, ascii2xi added.
% 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

⌨️ 快捷键说明

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