edu.umass.cs.mallet.base.maximize
Interface Maximizable.ByValue

All Superinterfaces:
Maximizable
Enclosing interface:
Maximizable

public static interface Maximizable.ByValue
extends Maximizable


Nested Class Summary
 
Nested classes inherited from class edu.umass.cs.mallet.base.maximize.Maximizable
Maximizable.ByGISUpdate, Maximizable.ByGradient, Maximizable.ByHessian, Maximizable.ByValue, Maximizable.ByVotedPerceptron
 
Method Summary
 double getValue()
           
 
Methods inherited from interface edu.umass.cs.mallet.base.maximize.Maximizable
getNumParameters, getParameter, getParameters, setParameter, setParameters
 

Method Detail

getValue

public double getValue()