jmaxent
Class Inference

java.lang.Object
  extended by jmaxent.Inference

public class Inference
extends java.lang.Object

The Class Inference.


Field Summary
 Model model
          The model.
 int numLabels
          The num labels.
 
Constructor Summary
Inference()
          Instantiates a new inference.
 
Method Summary
 void classify(Observation obsr)
          Classify.
 void doInference(java.util.List data)
          Do inference.
 void init()
          Inits the.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

public Model model
The model.


numLabels

public int numLabels
The num labels.

Constructor Detail

Inference

public Inference()
Instantiates a new inference.

Method Detail

init

public void init()
Inits the.


classify

public void classify(Observation obsr)
Classify.

Parameters:
obsr - the obsr

doInference

public void doInference(java.util.List data)
Do inference.

Parameters:
data - the data