getnlab.m

来自「这个为模式识别工具箱」· M 代码 · 共 11 行

M
11
字号
%GETNLAB Get numeric labels%%    [NLAB,LABLIST] = GETNLAB(A)%% The numeric labels of the dataset A are returned in NLAB.% These are pointers to the list of labels LABLIST, so LABLIST(NLAB(i))% is the label of object i. Note, however, that unlabeled objects or% objects with a special label indication to be set by the user, may have% numeric labels NLAB <= 0. Note also that for labels of type 'targets'% the numeric labels NLAB are all set to 0. 

⌨️ 快捷键说明

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