| Package | Description |
|---|---|
| weka.classifiers.meta.multisearch |
| Modifier and Type | Method and Description |
|---|---|
AbstractSearch.SearchResult |
DefaultSearch.doSearch(weka.core.Instances data)
Performs the actual search and returns the best setup.
|
abstract AbstractSearch.SearchResult |
AbstractSearch.doSearch(weka.core.Instances data)
Performs the actual search and returns the best setup.
|
AbstractSearch.SearchResult |
RandomSearch.doSearch(weka.core.Instances data)
Performs the actual search and returns the best setup.
|
AbstractSearch.SearchResult |
AbstractSearch.postSearch(weka.core.Instances data,
AbstractSearch.SearchResult best)
Called after the search has been executed.
|
AbstractSearch.SearchResult |
AbstractSearch.search(weka.core.Instances data)
Performs the search and returns the best setup.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSearch.SearchResult |
AbstractSearch.postSearch(weka.core.Instances data,
AbstractSearch.SearchResult best)
Called after the search has been executed.
|
Copyright © 2021 University of Waikato, Hamilton, NZ. All Rights Reserved.