public class Weight extends Object
Weight
We'd like to reuse code from Encog but unfortunately the methods are private:(.
Weight(int numWeight, double numTrainSize, double rate, String algorithm)
double[]
calculateWeights(double[] weights, double[] gradients)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Weight(int numWeight, double numTrainSize, double rate, String algorithm)
public double[] calculateWeights(double[] weights, double[] gradients)
Copyright © 2015. All Rights Reserved.