edu.stanford.nlp.optimization
Class ScaledSGDMinimizer.weight

java.lang.Object
  extended by edu.stanford.nlp.optimization.ScaledSGDMinimizer.weight
All Implemented Interfaces:
Serializable
Enclosing class:
ScaledSGDMinimizer

public class ScaledSGDMinimizer.weight
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 double[] d
           
 double[] w
           
 
Constructor Summary
ScaledSGDMinimizer.weight(double[] wt)
           
ScaledSGDMinimizer.weight(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.weight

public ScaledSGDMinimizer.weight(double[] wt)

ScaledSGDMinimizer.weight

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


Stanford NLP Group