Uses of Enum Class
weka.core.pmml.jaxbbindings.INTERPOLATIONMETHOD
Packages that use INTERPOLATIONMETHOD
-
Uses of INTERPOLATIONMETHOD in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return INTERPOLATIONMETHODModifier 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.Methods in weka.core.pmml.jaxbbindings with parameters of type INTERPOLATIONMETHODModifier and TypeMethodDescriptionvoid
TimeSeries.setInterpolationMethod
(INTERPOLATIONMETHOD value) Sets the value of the interpolationMethod property.