opennlp.model
Class DynamicEvalParameters

java.lang.Object
  extended by opennlp.model.DynamicEvalParameters

public class DynamicEvalParameters
extends java.lang.Object


Constructor Summary
DynamicEvalParameters(java.util.List<? extends Context> params, int numOutcomes)
          Creates a set of paramters which can be evaulated with the eval method.
 
Method Summary
 int getNumOutcomes()
           
 Context[] getParams()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicEvalParameters

public DynamicEvalParameters(java.util.List<? extends Context> params,
                             int numOutcomes)
Creates a set of paramters which can be evaulated with the eval method.

Parameters:
params - The parameters of the model.
numOutcomes - The number of outcomes.
Method Detail

getParams

public Context[] getParams()

getNumOutcomes

public int getNumOutcomes()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.