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

All Superinterfaces:
Maximizable
All Known Subinterfaces:
Maximizable.ByHessian
All Known Implementing Classes:
CRF_PL.MaximizableCRF_PL, CRF4.MaximizableCRF, MEMM.MaximizableMEMM
Enclosing interface:
Maximizable

public static interface Maximizable.ByGradient
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()
           
 void getValueGradient(double[] buffer)
           
 
Methods inherited from interface edu.umass.cs.mallet.base.maximize.Maximizable
getNumParameters, getParameter, getParameters, setParameter, setParameters
 

Method Detail

getValueGradient

public void getValueGradient(double[] buffer)

getValue

public double getValue()