Package weka.core.pmml.jaxbbindings
Class SeasonalityExpoSmooth
java.lang.Object
weka.core.pmml.jaxbbindings.SeasonalityExpoSmooth
Java class for Seasonality_ExpoSmooth element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Seasonality_ExpoSmooth"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.dmg.org/PMML-4_1}REAL-ARRAY"/> </sequence> <attribute name="delta" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" /> <attribute name="period" use="required" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" /> <attribute name="phase" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" /> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="additive"/> <enumeration value="multiplicative"/> </restriction> </simpleType> </attribute> <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetArray()
Gets the value of the array property.getDelta()
Gets the value of the delta property.Gets the value of the period property.getPhase()
Gets the value of the phase property.getType()
Gets the value of the type property.getUnit()
Gets the value of the unit property.void
Sets the value of the array property.void
Sets the value of the delta property.void
setPeriod
(BigInteger value) Sets the value of the period property.void
setPhase
(BigInteger value) Sets the value of the phase property.void
Sets the value of the type property.void
Sets the value of the unit property.
-
Constructor Details
-
SeasonalityExpoSmooth
public SeasonalityExpoSmooth()
-
-
Method Details
-
getArray
Gets the value of the array property.- Returns:
- possible object is
ArrayType
-
setArray
Sets the value of the array property.- Parameters:
value
- allowed object isArrayType
-
getDelta
Gets the value of the delta property.- Returns:
- possible object is
Double
-
setDelta
Sets the value of the delta property.- Parameters:
value
- allowed object isDouble
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
BigInteger
-
setPeriod
Sets the value of the period property.- Parameters:
value
- allowed object isBigInteger
-
getPhase
Gets the value of the phase property.- Returns:
- possible object is
BigInteger
-
setPhase
Sets the value of the phase property.- Parameters:
value
- allowed object isBigInteger
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getUnit
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
Sets the value of the unit property.- Parameters:
value
- allowed object isString
-