Package org.nd4j.evaluation
Interface IMetric
-
- All Known Implementing Classes:
CustomEvaluation.Metric,Evaluation.Metric,EvaluationBinary.Metric,RegressionEvaluation.Metric,ROC.Metric,ROCBinary.Metric,ROCMultiClass.Metric
public interface IMetric
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends IEvaluation>getEvaluationClass()TheIEvaluationclass this metric is forbooleanminimize()Whether this metric should be minimized (aka whether lower values are better).
-
-
-
Method Detail
-
getEvaluationClass
Class<? extends IEvaluation> getEvaluationClass()
TheIEvaluationclass this metric is for
-
minimize
boolean minimize()
Whether this metric should be minimized (aka whether lower values are better).
-
-