public class ClusteringModelQuality extends Object
Java class for ClusteringModelQuality element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="ClusteringModelQuality">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="SSB" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="SSE" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="dataName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
ClusteringModelQuality() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Double getSSB()
Doublepublic void setSSB(Double value)
value - allowed object is
Doublepublic Double getSSE()
Doublepublic void setSSE(Double value)
value - allowed object is
Doublepublic String getDataName()
StringCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.