gettargets.m

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

M
16
字号
%GETTARGETS Get targets of dataset%%    [TARGETS,LABLIST] = GETTARGETS(A)%% Gets the targets (or soft labels) of the objects in the dataset A.  If A% has crisp labels they are converted to targets first. See SETLABTYPE for% conversion rules.%%    [TARGETS,LABLIST] = GETTARGETS(A,'soft')%% Forces the return of soft labels. This command is identical to% GETLABELS(A,'soft'). If A has crisp labels or target labels they are% converted to soft labels first. See SETLABTYPE for conversion rules.%% See also SETLABTYPE, GETLABELS, SETLABELS, SETTARGETS

⌨️ 快捷键说明

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