Package | Description |
---|---|
weka.attributeSelection |
Modifier and Type | Class and Description |
---|---|
class |
BestFirst
BestFirst:
Searches the space of attribute subsets by greedy hillclimbing augmented with a backtracking facility. |
class |
GeneticSearch
GeneticSearch:
Performs a search using the simple genetic algorithm described in Goldberg (1989). For more information see: David E. |
class |
GreedyStepwise
GreedyStepwise :
Performs a greedy forward or backward search through the space of attribute subsets. |
class |
LinearForwardSelection
LinearForwardSelection:
Extension of BestFirst. |
class |
RandomSearch
RandomSearch :
Performs a Random search in the space of attribute subsets. |
class |
Ranker
Ranker :
Ranks attributes by their individual evaluations. |
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.