Package weka.core.pmml.jaxbbindings
Class Level
java.lang.Object
weka.core.pmml.jaxbbindings.Level
Java class for Level element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Level"> <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> </element>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAlpha()
Gets the value of the alpha property.Gets the value of the smoothedValue property.void
Sets the value of the alpha property.void
setSmoothedValue
(Double value) Sets the value of the smoothedValue property.
-
Constructor Details
-
Level
public Level()
-
-
Method Details
-
getAlpha
Gets the value of the alpha property.- Returns:
- possible object is
Double
-
setAlpha
Sets the value of the alpha property.- Parameters:
value
- allowed object isDouble
-
getSmoothedValue
Gets the value of the smoothedValue property.- Returns:
- possible object is
Double
-
setSmoothedValue
Sets the value of the smoothedValue property.- Parameters:
value
- allowed object isDouble
-