org.dmg.pmml.pmml_4_1.descr
Class ClusteringModelQuality

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

public class ClusteringModelQuality
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="dataName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="SSE" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="SSB" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String dataName
           
protected  Double ssb
           
protected  Double sse
           
 
Constructor Summary
ClusteringModelQuality()
           
 
Method Summary
 String getDataName()
          Gets the value of the dataName property.
 Double getSSB()
          Gets the value of the ssb property.
 Double getSSE()
          Gets the value of the sse property.
 void setDataName(String value)
          Sets the value of the dataName property.
 void setSSB(Double value)
          Sets the value of the ssb property.
 void setSSE(Double value)
          Sets the value of the sse property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataName

protected String dataName

sse

protected Double sse

ssb

protected Double ssb
Constructor Detail

ClusteringModelQuality

public ClusteringModelQuality()
Method Detail

getDataName

public String getDataName()
Gets the value of the dataName property.

Returns:
possible object is String

setDataName

public void setDataName(String value)
Sets the value of the dataName property.

Parameters:
value - allowed object is String

getSSE

public Double getSSE()
Gets the value of the sse property.

Returns:
possible object is Double

setSSE

public void setSSE(Double value)
Sets the value of the sse property.

Parameters:
value - allowed object is Double

getSSB

public Double getSSB()
Gets the value of the ssb property.

Returns:
possible object is Double

setSSB

public void setSSB(Double value)
Sets the value of the ssb property.

Parameters:
value - allowed object is Double


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