addpostproc.m

来自「模式识别工具箱。非常丰富的底层函数和常见的统计识别工具」· M 代码 · 共 26 行

M
26
字号
%ADDPOSTPROC Add mapppings in POSTPROC field of a datafile%%   A = ADDPOSTPROC(A,MAPPING)%   A = ADDPOSTPROC(A)%% INPUT%   A        - Datafile%   POSTPROC - Postprocessing mapping command%% OUTPUT%   A       - Datafile%% DESCRIPTION% Extends the set of mappings stored in A.POSTPROC.% Existing mappings are extended sequentially: %      A.POSTPROC = A.POSTPROC * MAPPING%% Mappings in A.POSTPROC are stored only and executed just % after A is converted from a DATAFILE into a DATASET.% The feature size of the datafile A is reset to the output% size of MAPIING.% The POSTPROC field  of A can be reset by SETPOSTPROC.%% SEE ALSO% DATAFILES, SETPREPROC, SETPOSTPROC

⌨️ 快捷键说明

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