Uses of Class
org.dmg.pmml.time_series.MaximumLikelihoodStat.Method
-
Packages that use MaximumLikelihoodStat.Method Package Description org.dmg.pmml.time_series -
-
Uses of MaximumLikelihoodStat.Method in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return MaximumLikelihoodStat.Method Modifier and Type Method Description static MaximumLikelihoodStat.MethodMaximumLikelihoodStat.Method. fromValue(java.lang.String v)MaximumLikelihoodStat.MethodMaximumLikelihoodStat. getMethod()MaximumLikelihoodStat.MethodMaximumLikelihoodStat. requireMethod()static MaximumLikelihoodStat.MethodMaximumLikelihoodStat.Method. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MaximumLikelihoodStat.Method[]MaximumLikelihoodStat.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.time_series with parameters of type MaximumLikelihoodStat.Method Modifier and Type Method Description MaximumLikelihoodStatMaximumLikelihoodStat. setMethod(MaximumLikelihoodStat.Method method)Constructors in org.dmg.pmml.time_series with parameters of type MaximumLikelihoodStat.Method Constructor Description MaximumLikelihoodStat(MaximumLikelihoodStat.Method method, KalmanState kalmanState, ThetaRecursionState thetaRecursionState)
-