double |
EvaluationRecord.getValue(String param,
int index,
IMetric metric) |
Get the metric's value for the evaluation for a given param/variable at the given index
|
double |
EvaluationRecord.getValue(String param,
IMetric metric) |
Get the metric's value for the evaluation of the metric's type, for a given param/variable
|
double |
EvaluationRecord.getValue(SDVariable param,
int index,
IMetric metric) |
Get the metric's value for the evaluation for a given param/variable at the given index
|
double |
EvaluationRecord.getValue(SDVariable param,
IMetric metric) |
Get the metric's value for the evaluation of the metric's type, for a given param/variable
|
double |
EvaluationRecord.getValue(IMetric metric) |
Get the metric's value for the evaluation of the metric's type
|
List<Double> |
History.trainingEval(String param,
int index,
IMetric metric) |
Get the results of a training evaluation on a given parameter at a given index, for a given metric
Note that it returns all recorded evaluations.
|
List<Double> |
History.trainingEval(String param,
IMetric metric) |
Get the results of a training evaluation on a given parameter for a given metric
Only works if there is only one evaluation with the given metric for param
|
List<Double> |
History.trainingEval(SDVariable param,
int index,
IMetric metric) |
Get the results of a training evaluation on a given parameter at a given index, for a given metric
Note that it returns all recorded evaluations.
|
List<Double> |
History.trainingEval(SDVariable param,
IMetric metric) |
Get the results of a training evaluation on a given parameter for a given metric
Only works if there is only one evaluation with the given metric for param
|
List<Double> |
History.trainingEval(IMetric metric) |
Get the results of a training evaluation for a given metric
Only works if there is only one evaluation with the given metric
|
List<Double> |
History.validationEval(String param,
int index,
IMetric metric) |
Get the results of a validation evaluation on a given parameter at a given index, for a given metric
Note that it returns all recorded evaluations.
|
List<Double> |
History.validationEval(String param,
IMetric metric) |
Get the results of a validation evaluation on a given parameter for a given metric
Only works if there is only one evaluation with the given metric for param
|
List<Double> |
History.validationEval(SDVariable param,
int index,
IMetric metric) |
Get the results of a validation evaluation on a given parameter at a given index, for a given metric
Note that it returns all recorded evaluations.
|
List<Double> |
History.validationEval(SDVariable param,
IMetric metric) |
Get the results of a validation evaluation on a given parameter for a given metric
Only works if there is only one evaluation with the given metric for param
|
List<Double> |
History.validationEval(IMetric metric) |
Get the results of a validation evaluation for a given metric
Only works if there is only one evaluation with the given metric
|