Class SquaredLogarithmicError

  • All Implemented Interfaces:
    org.api4.java.ai.ml.core.evaluation.supervised.loss.IDeterministicInstancePredictionPerformanceMeasure<java.lang.Double,​java.lang.Double>

    public class SquaredLogarithmicError
    extends AInstanceMeasure<java.lang.Double,​java.lang.Double>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double loss​(java.lang.Double expected, java.lang.Double predicted)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SquaredLogarithmicError

        public SquaredLogarithmicError​(double epsilon)
      • SquaredLogarithmicError

        public SquaredLogarithmicError()
    • Method Detail

      • loss

        public double loss​(java.lang.Double expected,
                           java.lang.Double predicted)
        Specified by:
        loss in interface org.api4.java.ai.ml.core.evaluation.supervised.loss.IDeterministicInstancePredictionPerformanceMeasure<java.lang.Double,​java.lang.Double>
        Overrides:
        loss in class AInstanceMeasure<java.lang.Double,​java.lang.Double>