Previous | Table of Contents | Next |
This is a subclass of MiningFunctionSettings that supports features unique to attribute importance identification, also known
as feature selection.
Superclasses
SupervisedFunctionSettings
Attributes
maximumResultSize
The attribute maximumResultSize indicates to return the top N most important attributes. It may return fewer if the total
number of attributes is less than this number. type: Integer multiplicity: exactly one
returnTop
If true, returns the most important attributes. If false, it returns the least important. The default value is “true.? type:
boolean multiplicity: exactly one