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

All Superinterfaces:
Maximizable
Enclosing interface:
Maximizable

public static interface Maximizable.ByVotedPerceptron
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
 int getNumInstances()
           
 void getValueGradientForInstance(int instanceIndex, double[] bufffer)
           
 
Methods inherited from interface edu.umass.cs.mallet.base.maximize.Maximizable
getNumParameters, getParameter, getParameters, setParameter, setParameters
 

Method Detail

getNumInstances

public int getNumInstances()

getValueGradientForInstance

public void getValueGradientForInstance(int instanceIndex,
                                        double[] bufffer)