Uses of Enum Class
weka.core.pmml.jaxbbindings.INTERPOLATIONMETHOD
-
Uses of INTERPOLATIONMETHOD in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionstatic INTERPOLATIONMETHOD
TimeSeries.getInterpolationMethod()
Gets the value of the interpolationMethod property.static INTERPOLATIONMETHOD
Returns the enum constant of this class with the specified name.static INTERPOLATIONMETHOD[]
INTERPOLATIONMETHOD.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TimeSeries.setInterpolationMethod
(INTERPOLATIONMETHOD value) Sets the value of the interpolationMethod property.