|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dmg.pmml.pmml_4_1.descr.Level
public class Level
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_1}REAL-NUMBER" /> <attribute name="smoothedValue" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Double |
alpha
|
protected Double |
smoothedValue
|
Constructor Summary | |
---|---|
Level()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Double alpha
protected Double smoothedValue
Constructor Detail |
---|
public Level()
Method Detail |
---|
public Double getAlpha()
Double
public void setAlpha(Double value)
value
- allowed object is
Double
public Double getSmoothedValue()
Double
public void setSmoothedValue(Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |