opennlp.model
Class DynamicEvalParameters
java.lang.Object
opennlp.model.DynamicEvalParameters
public class DynamicEvalParameters
- extends Object
Constructor Summary |
DynamicEvalParameters(List<? extends Context> params,
int numOutcomes)
Creates a set of paramters which can be evaulated with the eval method. |
DynamicEvalParameters
public DynamicEvalParameters(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.
getParams
public Context[] getParams()
getNumOutcomes
public int getNumOutcomes()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.