org.dmg.pmml.pmml_4_1.descr
Class Level

java.lang.Object
  extended by org.dmg.pmml.pmml_4_1.descr.Level
All Implemented Interfaces:
Serializable

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_1}REAL-NUMBER" />
       <attribute name="smoothedValue" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

alpha

protected Double alpha

smoothedValue

protected Double smoothedValue
Constructor Detail

Level

public Level()
Method Detail

getAlpha

public Double getAlpha()
Gets the value of the alpha property.

Returns:
possible object is Double

setAlpha

public void setAlpha(Double value)
Sets the value of the alpha property.

Parameters:
value - allowed object is Double

getSmoothedValue

public Double getSmoothedValue()
Gets the value of the smoothedValue property.

Returns:
possible object is Double

setSmoothedValue

public void setSmoothedValue(Double value)
Sets the value of the smoothedValue property.

Parameters:
value - allowed object is Double


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.