PRTools contents

PRTools manual

getfeatlab

GETFEATLAB

Get feature labels of dataset

    FEATLAB = GETFEATLAB(A,STRING)

Input
 A Dataset
 STRING Indicate whether feature labels should be returned as strings  (if 'string' or 1), or not (default).

Output
 FEATLAB Feature labels

Description

Returns the labels of the features of dataset A. If STRING equals 'string'  or 1, the label list is converted to characters, which may be useful for  display purposes and annotation of graphs.

PRTools contents

PRTools manual