Class SGDImpl


  • public class SGDImpl
    extends java.lang.Object
    This class executes a stochastic gradient descent optimization on Apache Wayang (incubating).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] apply​(java.lang.String datasetUrl, int datasetSize, int features, int maxIterations, double accuracy, int sampleSize)  
      double[] apply​(java.lang.String datasetUrl, int datasetSize, int features, int maxIterations, double accuracy, int sampleSize, Experiment experiment)  
      • Methods inherited from class java.lang.Object

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

      • apply

        public double[] apply​(java.lang.String datasetUrl,
                              int datasetSize,
                              int features,
                              int maxIterations,
                              double accuracy,
                              int sampleSize)
      • apply

        public double[] apply​(java.lang.String datasetUrl,
                              int datasetSize,
                              int features,
                              int maxIterations,
                              double accuracy,
                              int sampleSize,
                              Experiment experiment)