public class Level 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">
<attribute name="alpha" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="quadraticSmoothedValue" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="cubicSmoothedValue" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="smoothedValue" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Level() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Double |
getAlpha()
Gets the value of the alpha property.
|
Double |
getCubicSmoothedValue()
Gets the value of the cubicSmoothedValue property.
|
Double |
getQuadraticSmoothedValue()
Gets the value of the quadraticSmoothedValue property.
|
Double |
getSmoothedValue()
Gets the value of the smoothedValue property.
|
Level |
setAlpha(Double alpha)
Sets the value of the alpha property.
|
Level |
setCubicSmoothedValue(Double cubicSmoothedValue)
Sets the value of the cubicSmoothedValue property.
|
Level |
setQuadraticSmoothedValue(Double quadraticSmoothedValue)
Sets the value of the quadraticSmoothedValue property.
|
Level |
setSmoothedValue(Double smoothedValue)
Sets the value of the smoothedValue property.
|
getLocator, setLocatorpublic Double getAlpha()
Doublepublic Level setAlpha(Double alpha)
alpha - allowed object is
Doublepublic Double getQuadraticSmoothedValue()
Doublepublic Level setQuadraticSmoothedValue(Double quadraticSmoothedValue)
quadraticSmoothedValue - allowed object is
Doublepublic Double getCubicSmoothedValue()
Doublepublic Level setCubicSmoothedValue(Double cubicSmoothedValue)
cubicSmoothedValue - allowed object is
Doublepublic Double getSmoothedValue()
Doublepublic Level setSmoothedValue(Double smoothedValue)
smoothedValue - allowed object is
Doublepublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.