Uses of Enum Class
weka.core.pmml.jaxbbindings.TIMESERIESUSAGE
Packages that use TIMESERIESUSAGE
-
Uses of TIMESERIESUSAGE in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return TIMESERIESUSAGEModifier and TypeMethodDescriptionstatic TIMESERIESUSAGE
TimeSeries.getUsage()
Gets the value of the usage property.static TIMESERIESUSAGE
Returns the enum constant of this class with the specified name.static TIMESERIESUSAGE[]
TIMESERIESUSAGE.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 TIMESERIESUSAGEModifier and TypeMethodDescriptionvoid
TimeSeries.setUsage
(TIMESERIESUSAGE value) Sets the value of the usage property.