|
Drools :: PMML - Compiler 6.1.0.Beta2 | |||||||||
| 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()
Doublepublic void setAlpha(Double value)
value - allowed object is
Doublepublic Double getSmoothedValue()
Doublepublic void setSmoothedValue(Double value)
value - allowed object is
Double
|
Drools :: PMML - Compiler 6.1.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||