getfeatlab.m
来自「matlab的模式识别toolbox」· M 代码 · 共 17 行
M
17 行
%GETFEATLAB Get feature labels of dataset%% FEATLAB = GETFEATLAB(A,STRING)%% INPUT% A Dataset% STRING Indicate whether feature labels should be returned as strings% (if 'string' or 1), or not (default).%% OUTPUT% FEATLAB Feature labels%% DESCRIPTION% Returns the labels of the features of dataset A. If STRING equals 'string'% or 1, the label list is converted to characters, which may be useful for% display purposes and annotation of graphs.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?