See: Description
Class | Description |
---|---|
BaseAttributeSelector |
Interface to select a subset of attributes for a dataset.
|
BestIndividualSelector |
Selects attributes based on their individual performance.
|
MeredigAttributeSelector |
Select only attributes that were used by Meredig
et al.
|
RegexAttributeSelector |
Selects attributes based on whether their name matches a regular expression.
|
UserSpecifiedAttributeSelector |
Use only attributes with a specified name or ID number.
|
UserSpecifiedExcludingAttributeSelector |
Exclude attributes with a certain name
|
WekaAttributeSelector |
Encapsulates Weka's ASSearch routines for attribute selection.
|