Class SGDImpl

java.lang.Object
org.apache.wayang.apps.sgd.SGDImpl

public class SGDImpl extends Object
This class executes a stochastic gradient descent optimization on Apache Wayang (incubating).
  • Constructor Details

  • Method Details

    • apply

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

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