Class LinearLossFunction

  • All Implemented Interfaces:
    LossFunction

    public class LinearLossFunction
    extends java.lang.Object
    implements LossFunction
    • Method Summary

      Modifier and Type Method Description
      double evaluate​(double error)  
      • Methods inherited from class java.lang.Object

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

      • LinearLossFunction

        public LinearLossFunction()
    • Method Detail

      • evaluate

        public double evaluate​(double error)
        Specified by:
        evaluate in interface LossFunction