Uses of Enum Class
weka.core.pmml.jaxbbindings.TIMESERIESALGORITHM
Packages that use TIMESERIESALGORITHM
-
Uses of TIMESERIESALGORITHM in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return TIMESERIESALGORITHMModifier and TypeMethodDescriptionstatic TIMESERIESALGORITHM
TimeSeriesModel.getBestFit()
Gets the value of the bestFit property.static TIMESERIESALGORITHM
Returns the enum constant of this class with the specified name.static TIMESERIESALGORITHM[]
TIMESERIESALGORITHM.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in weka.core.pmml.jaxbbindings with parameters of type TIMESERIESALGORITHMModifier and TypeMethodDescriptionvoid
TimeSeriesModel.setBestFit
(TIMESERIESALGORITHM value) Sets the value of the bestFit property.