?? gettargets.m
字號:
%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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -