All Implemented Interfaces:
Serializable

public class SGDLoop extends Loop<Double,double[]>
See Also:
  • Field Details

    • accuracy

      public double accuracy
    • maxIterations

      public int maxIterations
  • Constructor Details

    • SGDLoop

      public SGDLoop(double accuracy, int maxIterations)
  • Method Details