| Class | Description |
|---|---|
| ExhaustiveSearch |
ExhaustiveSearch :
Performs an exhaustive search through the space of attribute subsets starting from the empty set of attrubutes. |
| GeneticSearch |
GeneticSearch:
Performs a search using the simple genetic algorithm described in Goldberg (1989). For more information see: David E. |
| RandomSearch |
RandomSearch :
Performs a Random search in the space of attribute subsets. |
| RankSearch |
RankSearch :
Uses an attribute/subset evaluator to rank all attributes. |