PRTools contents

PRTools manual

getfeat

GETFEAT

Get feature labels of a dataset or a mapping

     LABELS = GETFEAT(A)
     LABELS = GETFEAT(W)

Input
 A,W Dataset or mapping

Output
 LABELS Label vector with feature labels

Description

Returns the labels of the features in the dataset A or the labels  assigned by the mapping W.

Note that for a mapping W, getfeat(W) is effectively the same as GETLAB(W).

See also

datasets, mappings, getlab,

PRTools contents

PRTools manual