public class Level extends Object implements Serializable
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="smoothedValue" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
alpha |
protected Double |
smoothedValue |
Constructor and Description |
---|
Level() |
Modifier and Type | Method and Description |
---|---|
Double |
getAlpha()
Gets the value of the alpha property.
|
Double |
getSmoothedValue()
Gets the value of the smoothedValue property.
|
void |
setAlpha(Double value)
Sets the value of the alpha property.
|
void |
setSmoothedValue(Double value)
Sets the value of the smoothedValue property.
|
public Double getAlpha()
Double
public void setAlpha(Double value)
value
- allowed object is
Double
public Double getSmoothedValue()
Double
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.