Package | Description |
---|---|
weka.attributeSelection | |
weka.classifiers.meta | |
weka.classifiers.rules | |
weka.filters.supervised.attribute |
Modifier and Type | Class and Description |
---|---|
class |
BestFirst
BestFirst:
Searches the space of attribute subsets by greedy hillclimbing augmented with a backtracking facility. |
class |
GreedyStepwise
GreedyStepwise :
Performs a greedy forward or backward search through the space of attribute subsets. |
class |
Ranker
Ranker :
Ranks attributes by their individual evaluations. |
Modifier and Type | Method and Description |
---|---|
static ASSearch |
ASSearch.forName(String searchName,
String[] options)
Creates a new instance of a search class given it's class name and
(optional) arguments to pass to it's setOptions method.
|
ASSearch |
CheckAttributeSelection.getSearch()
Get the current search method
|
static ASSearch[] |
ASSearch.makeCopies(ASSearch model,
int num)
Creates copies of the current search scheme.
|
Modifier and Type | Method and Description |
---|---|
static ASSearch[] |
ASSearch.makeCopies(ASSearch model,
int num)
Creates copies of the current search scheme.
|
void |
CheckAttributeSelection.setSearch(ASSearch value)
Set the search method to test.
|
void |
AttributeSelection.setSearch(ASSearch search)
set the search method
|
Modifier and Type | Method and Description |
---|---|
ASSearch |
AttributeSelectedClassifier.getSearch()
Gets the search method used
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeSelectedClassifier.setSearch(ASSearch search)
Sets the search method
|
Modifier and Type | Method and Description |
---|---|
ASSearch |
DecisionTable.getSearch()
Gets the current search method
|
Modifier and Type | Method and Description |
---|---|
void |
DecisionTable.setSearch(ASSearch search)
Sets the search method to use
|
Modifier and Type | Method and Description |
---|---|
ASSearch |
AttributeSelection.getSearch()
Get the name of the search method
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeSelection.setSearch(ASSearch search)
Set search class
|
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.