public interface TraceableOptimizer
| Modifier and Type | Method and Description |
|---|---|
List<Map.Entry<Integer,Performance>> |
getTrace()
Returns the full trace.
|
String |
getTraceClassifierAsCli(int index)
Returns the CLI string of a given item in the trace.
|
Integer |
getTraceFolds(int index)
Returns the folds of a given item in the trace.
|
List<Map.Entry<String,Object>> |
getTraceParameterSettings(int index)
Returns the parameter settings in structured way
|
int |
getTraceSize()
Returns the size of m_Trace, which is technically the amount of setups
that where tested in order to find the best.
|
Double |
getTraceValue(int index)
Returns the performance score of a given item in the trace.
|
int getTraceSize()
String getTraceClassifierAsCli(int index)
index - the index of the trace item to obtainDouble getTraceValue(int index)
index - the index of the trace item to obtainInteger getTraceFolds(int index)
index - the index of the trace item to obtainList<Map.Entry<String,Object>> getTraceParameterSettings(int index)
index - the index of the trace item to obtainList<Map.Entry<Integer,Performance>> getTrace()
Copyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.