getdata.m

来自「The pattern recognition matlab toolbox」· M 代码 · 共 16 行

M
16
字号
%GETDATA Get data of dataset%%    [DATA,NLAB,IDENT] = GETDATA(A,CLASSES)%% Returns the data as stored in A.DATA. If the index vector CLASSES is% given just the data of the objects (rows of A.DATA) that belong to the% corresponding classes are returned. CLASSES are the class numbers of the% classes defined in the current LABLIST. %% By default all data is returned. In NLAB the class numbers of the% selected objects are given, these are the indices to the label % list that can be retrieved by LABLIST = GETLABLIST(A).%% IDENT returns the vector or cell array with the corresponding object% identifiers.

⌨️ 快捷键说明

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