jmaxent
Class Evaluation

java.lang.Object
  extended by jmaxent.Evaluation

public class Evaluation
extends java.lang.Object

The Class Evaluation.


Field Summary
 Model model
          The model.
 int numLabels
          The num labels.
 
Constructor Summary
Evaluation()
          Instantiates a new evaluation.
 
Method Summary
 double evaluate()
          Evaluate.
 double evaluate(java.io.PrintWriter fout)
          Evaluate.
 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

Evaluation

public Evaluation()
Instantiates a new evaluation.

Method Detail

init

public void init()
Inits the.


evaluate

public double evaluate()
Evaluate.

Returns:
the double

evaluate

public double evaluate(java.io.PrintWriter fout)
Evaluate.

Parameters:
fout - the fout
Returns:
the double