setlabtype.m

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

M
9
字号
%SETLABTYPE Reset label type of dataset%%    A = SETLABTYPE(A,TYPE,LABELS)%% The label type of the dataset A is converted to TYPE ('crisp','soft' or% 'targets'). A conversion of the dataset fields 'nlab', 'lablist' and% 'targets' is made where necessary. If given, LABELS replaces the labels% or targets of A.

⌨️ 快捷键说明

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