| Package | Description |
|---|---|
| weka.classifiers.meta | |
| weka.classifiers.meta.multisearch |
| Modifier and Type | Method and Description |
|---|---|
List<Map.Entry<Integer,Performance>> |
MultiSearch.getTrace()
Returns the full trace.
|
| 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 | Field and Description |
|---|---|
Performance |
AbstractSearch.SearchResult.performance |
| Modifier and Type | Method and Description |
|---|---|
Performance |
PerformanceCache.get(int cv,
Point<Object> values)
returns a cached performance object, null if not yet in the cache.
|
| Modifier and Type | Method and Description |
|---|---|
List<Map.Entry<Integer,Performance>> |
AbstractSearch.getTrace()
Returns the full trace.
|
List<Map.Entry<Integer,Performance>> |
TraceableOptimizer.getTrace()
Returns the full trace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceCache.add(int cv,
Performance p)
adds the performance to the cache.
|
void |
AbstractSearch.addPerformance(Performance performance,
int folds)
Adds the performance to the cache and the current list of performances.
|
int |
PerformanceComparator.compare(Performance o1,
Performance o2)
Compares its two arguments for order.
|
| 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.
|
Copyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.