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 INTERPOLATIONMETHODTimeSeries.getInterpolationMethod()Gets the value of the interpolationMethod property.static INTERPOLATIONMETHODReturns 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 TypeMethodDescriptionvoidTimeSeries.setInterpolationMethod(INTERPOLATIONMETHOD value) Sets the value of the interpolationMethod property.