setfeatsize.m
来自「matlab的模式识别toolbox」· M 代码 · 共 19 行
M
19 行
%SETFEATSIZE Set the feature size of a dataset%% A = SETFEATSIZE(A,FEATSIZE)%% INPUT % A Dataset% FEATSIZE Feature size vector% % OUTPUT% A Dataset%% DESCRIPTION% By default the feature size of a dataset is its number of features, i.e.% the number of columns in the DATA field of A. If the features are samples% of a multi-dimensional data item, e.g. the pixels of an image, the% original size of this data item may be stored in FEATSIZE. The product of% all elements in FEATSIZE has to be equal to the number of columns in the% DATA field of A.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?