| Package | Description |
|---|---|
| org.nd4j.autodiff.listeners.records | |
| org.nd4j.evaluation | |
| org.nd4j.evaluation.classification | |
| org.nd4j.evaluation.custom | |
| org.nd4j.evaluation.regression |
| Modifier and Type | Method and Description |
|---|---|
double |
EvaluationRecord.getValue(IMetric metric)
Get the metric's value for the evaluation of the metric's type
|
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(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(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(String param,
int index,
IMetric metric)
Get the metric's value for the evaluation for a given param/variable at the given index
|
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.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(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(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(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.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
|
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(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(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(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.
|
| Modifier and Type | Method and Description |
|---|---|
double |
IEvaluation.getValue(IMetric metric)
Get the value of a given metric for this evaluation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Evaluation.Metric |
static class |
EvaluationBinary.Metric |
static class |
ROC.Metric
AUROC: Area under ROC curve
AUPRC: Area under Precision-Recall Curve |
static class |
ROCBinary.Metric
AUROC: Area under ROC curve
AUPRC: Area under Precision-Recall Curve |
static class |
ROCMultiClass.Metric
AUROC: Area under ROC curve
AUPRC: Area under Precision-Recall Curve |
| Modifier and Type | Method and Description |
|---|---|
double |
Evaluation.getValue(IMetric metric) |
double |
EvaluationBinary.getValue(IMetric metric) |
double |
EvaluationCalibration.getValue(IMetric metric) |
double |
ROC.getValue(IMetric metric) |
double |
ROCBinary.getValue(IMetric metric) |
double |
ROCMultiClass.getValue(IMetric metric) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomEvaluation.Metric<T>
The metric used to get a score for the CustomEvaluation.
|
| Modifier and Type | Method and Description |
|---|---|
double |
CustomEvaluation.getValue(IMetric metric) |
| Modifier and Type | Class and Description |
|---|---|
static class |
RegressionEvaluation.Metric |
| Modifier and Type | Method and Description |
|---|---|
double |
RegressionEvaluation.getValue(IMetric metric) |
Copyright © 2021. All rights reserved.