| PRTools contents |
GETFEAT
LABELS = GETFEAT(A)
LABELS = GETFEAT(W)
| Input | |
| A,W | Dataset or mapping |
| Output | |
| LABELS | Label vector with feature labels |
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).
| PRTools contents |