edu.stanford.nlp.optimization
Class ScaledSGDMinimizer.Weights

java.lang.Object
  extended by edu.stanford.nlp.optimization.ScaledSGDMinimizer.Weights
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ScaledSGDMinimizer<Q extends AbstractStochasticCachingDiffFunction>

public static class ScaledSGDMinimizer.Weights
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 double[] d
           
 double[] w
           
 
Constructor Summary
ScaledSGDMinimizer.Weights(double[] wt)
           
ScaledSGDMinimizer.Weights(double[] wt, double[] di)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

w

public double[] w

d

public double[] d
Constructor Detail

ScaledSGDMinimizer.Weights

public ScaledSGDMinimizer.Weights(double[] wt)

ScaledSGDMinimizer.Weights

public ScaledSGDMinimizer.Weights(double[] wt,
                                  double[] di)


Stanford NLP Group