| Package | Description |
|---|---|
| weka.classifiers.meta | |
| weka.classifiers.meta.multisearch | |
| weka.core | |
| weka.core.setupgenerator |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiSearch.logPerformances(Space space,
Vector<Performance> performances)
aligns all performances in the space and prints those tables to the log
file.
|
String |
MultiSearch.logPerformances(Space space,
Vector<Performance> performances,
weka.core.Tag type)
generates a table string for all the performances in the space and returns
that.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiSearchCapable.logPerformances(Space space,
Vector<Performance> performances)
aligns all performances in the space and prints those tables to the log
file.
|
String |
MultiSearchCapable.logPerformances(Space space,
Vector<Performance> performances,
weka.core.Tag type)
generates a table string for all the performances in the space and returns
that.
|
| Modifier and Type | Method and Description |
|---|---|
Space |
SetupGenerator.getSpace()
Returns the space currently in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetupGenerator.setSpace(Space value)
Updates the space to use for the setup generation.
|
| Modifier and Type | Method and Description |
|---|---|
Space |
Space.subspace(Point<Integer> center)
Returns a subspace around the given point, with just one more
neighbor left and right on each dimension.
|
Copyright © 2021 University of Waikato, Hamilton, NZ. All Rights Reserved.