getlabels.m
来自「matlab的模式识别toolbox」· M 代码 · 共 8 行
M
8 行
%GETLABELS Get labels field in mapping%% LABELS = GETLABELS(W)%% LABELS will be used for assigning feature labels (FEATLAB) to the% output dataset D of a mapping D = A*W, or D = MAP(A,W). Note that% the labels of D are the labels of the dataset A in this example.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?