perClass Documentation
version 5.4 (7-Dec-2018)
SETFEATLAB Set data set feature labels

    DATA=SETFEATLAB(DATA,LAB)
    DATA=SETFEATLAB(DATA,LIST)
    DATA=SETFEATLAB(DATA,PROP)
    PROP=SETFEATLAB(DATA)

 INPUT
    DATA    Data set
    LAB     SDLAB object
    LIST    SDLIST object
    PROP    String property name

 OUTPUT
    DATA    Data set
    PROP    String property name

 DESCRIPTION
 SETFEATLAB sets the feature labels in DATA. If SDLAB object LAB is
 provided, it is stored in the feature property referenced by
 DATA.featlab. By default, this is 'featname'. The property used as labels
 may be changed by calling SDLAB with a string property name. Only indexed
 properties (SDLAB objects) may be used as feature labels.  SDLAB invoked
 on DATA without additional parameters returns the name of property
 referenced by DATA.featlab

 SEE ALSO
 GETFEATLAB