setlabtype.m
来自「这个为模式识别工具箱」· 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 + -
显示快捷键?