| Package | Description |
|---|---|
| weka.classifiers.meta |
| Modifier and Type | Field and Description |
|---|---|
protected Vector<GridSearch.Performance> |
GridSearch.PerformanceTable.m_Performances
the performances
|
| Modifier and Type | Method and Description |
|---|---|
GridSearch.Performance |
GridSearch.PerformanceCache.get(int cv,
GridSearch.PointDouble values)
returns a cached performance object, null if not yet in the cache
|
| Modifier and Type | Method and Description |
|---|---|
Vector<GridSearch.Performance> |
GridSearch.PerformanceTable.getPerformances()
returns the underlying performances
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridSearch.PerformanceCache.add(int cv,
GridSearch.Performance p)
adds the performance to the cache
|
int |
GridSearch.PerformanceComparator.compare(GridSearch.Performance o1,
GridSearch.Performance o2)
Compares its two arguments for order.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
GridSearch.logPerformances(GridSearch.Grid grid,
Vector<GridSearch.Performance> performances,
Tag type)
generates a table string for all the performances in the grid and returns
that.
|
| Constructor and Description |
|---|
PerformanceTable(GridSearch.Grid grid,
Vector<GridSearch.Performance> performances,
int type)
initializes the table
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.