Class DynamicEvalParameters

java.lang.Object
opennlp.tools.ml.model.DynamicEvalParameters

public class DynamicEvalParameters extends Object
  • Constructor Details

    • DynamicEvalParameters

      public DynamicEvalParameters(List<? extends Context> params, int numOutcomes)
      Creates a set of parameters which can be evaluated with the eval method.
      Parameters:
      params - The parameters of the model.
      numOutcomes - The number of outcomes.
  • Method Details

    • getParams

      public Context[] getParams()
    • getNumOutcomes

      public int getNumOutcomes()