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 |
ExhaustiveSearch
ExhaustiveSearch :
Performs an exhaustive search through the space of attribute subsets starting from the empty set of attrubutes. |
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 |
RaceSearch
Races the cross validation error of competing attribute subsets.
|
class |
RandomSearch
RandomSearch :
Performs a Random search in the space of attribute subsets. |
class |
Ranker
Ranker :
Ranks attributes by their individual evaluations. |
class |
RankSearch
RankSearch :
Uses an attribute/subset evaluator to rank all attributes. |
class |
ScatterSearchV1
Class for performing the Sequential Scatter Search.
|
class |
SubsetSizeForwardSelection
SubsetSizeForwardSelection:
Extension of LinearForwardSelection. |
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 |
AttributeSelection.setSearch(ASSearch search)
set the search method
|
void |
CheckAttributeSelection.setSearch(ASSearch value)
Set the search method to test.
|
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
|
ASSearch |
DTNB.getSearch()
Gets the current search method
|
Modifier and Type | Method and Description |
---|---|
void |
DecisionTable.setSearch(ASSearch search)
Sets the search method to use
|
void |
DTNB.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 © 2019 University of Waikato, Hamilton, NZ. All rights reserved.