setfeatlab.m

来自「matlab的模式识别toolbox」· M 代码 · 共 18 行

M
18
字号
%SETFEATLAB Reset feature labels of a dataset%%   A = SETFEATLAB(A,FEATLAB,K)%% INPUT%   A        Dataset%   FEATLAB  Feature labels%   K        Vector of indices of feature labels to be reset  %% OUTPUT%   A        Updated dataset%% DESCRIPTION% Set or reset the feature labels of A.  The feature labels FEATLAB of the % objects in A should be given as a column array of numbers (vector), or% characters, or as a string array having as many rows as A has features. % If given, LENGTH(K) should be equal to LENGTH(FEATLAB).

⌨️ 快捷键说明

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