public class SeasonalityExpoSmooth extends PMMLObject
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.dmg.org/PMML-4_3}REAL-ARRAY"/>
</sequence>
<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="period" use="required" type="{http://www.dmg.org/PMML-4_3}INT-NUMBER" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="phase" type="{http://www.dmg.org/PMML-4_3}INT-NUMBER" />
<attribute name="delta" type="{http://www.dmg.org/PMML-4_3}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SeasonalityExpoSmooth.Type
Java class for null.
|
| Constructor and Description |
|---|
SeasonalityExpoSmooth() |
SeasonalityExpoSmooth(SeasonalityExpoSmooth.Type type,
int period) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Array |
getArray()
Gets the value of the array property.
|
Double |
getDelta()
Gets the value of the delta property.
|
int |
getPeriod()
Gets the value of the period property.
|
Integer |
getPhase()
Gets the value of the phase property.
|
SeasonalityExpoSmooth.Type |
getType()
Gets the value of the type property.
|
String |
getUnit()
Gets the value of the unit property.
|
SeasonalityExpoSmooth |
setArray(Array array)
Sets the value of the array property.
|
SeasonalityExpoSmooth |
setDelta(Double delta)
Sets the value of the delta property.
|
SeasonalityExpoSmooth |
setPeriod(int period)
Sets the value of the period property.
|
SeasonalityExpoSmooth |
setPhase(Integer phase)
Sets the value of the phase property.
|
SeasonalityExpoSmooth |
setType(SeasonalityExpoSmooth.Type type)
Sets the value of the type property.
|
SeasonalityExpoSmooth |
setUnit(String unit)
Sets the value of the unit property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic SeasonalityExpoSmooth()
public SeasonalityExpoSmooth(SeasonalityExpoSmooth.Type type, int period)
public SeasonalityExpoSmooth.Type getType()
SeasonalityExpoSmooth.Typepublic SeasonalityExpoSmooth setType(SeasonalityExpoSmooth.Type type)
type - allowed object is
SeasonalityExpoSmooth.Typepublic int getPeriod()
public SeasonalityExpoSmooth setPeriod(int period)
public String getUnit()
Stringpublic SeasonalityExpoSmooth setUnit(String unit)
unit - allowed object is
Stringpublic Integer getPhase()
Integerpublic SeasonalityExpoSmooth setPhase(Integer phase)
phase - allowed object is
Integerpublic Double getDelta()
Doublepublic SeasonalityExpoSmooth setDelta(Double delta)
delta - allowed object is
Doublepublic Array getArray()
Arraypublic SeasonalityExpoSmooth setArray(Array array)
array - allowed object is
Arraypublic VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.