Class DynamicEvalParameters


  • public class DynamicEvalParameters
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DynamicEvalParameters​(java.util.List<? extends Context> params, int numOutcomes)
      Creates a set of paramters which can be evaulated with the eval method.
    • 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()