public class ClusteringModelQuality extends PMMLObject
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_2}NUMBER" />
<attribute name="SSB" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dataName |
protected java.lang.Double |
ssb |
protected java.lang.Double |
sse |
| Constructor and Description |
|---|
ClusteringModelQuality() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.lang.String |
getDataName()
Gets the value of the dataName property.
|
java.lang.Double |
getSSB()
Gets the value of the ssb property.
|
java.lang.Double |
getSSE()
Gets the value of the sse property.
|
void |
setDataName(java.lang.String value)
Sets the value of the dataName property.
|
void |
setSSB(java.lang.Double value)
Sets the value of the ssb property.
|
void |
setSSE(java.lang.Double value)
Sets the value of the sse property.
|
ClusteringModelQuality |
withDataName(java.lang.String value) |
ClusteringModelQuality |
withSSB(java.lang.Double value) |
ClusteringModelQuality |
withSSE(java.lang.Double value) |
getLocator, setLocatorprotected java.lang.String dataName
protected java.lang.Double sse
protected java.lang.Double ssb
public java.lang.String getDataName()
Stringpublic void setDataName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getSSE()
Doublepublic void setSSE(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getSSB()
Doublepublic void setSSB(java.lang.Double value)
value - allowed object is
Doublepublic ClusteringModelQuality withDataName(java.lang.String value)
public ClusteringModelQuality withSSE(java.lang.Double value)
public ClusteringModelQuality withSSB(java.lang.Double value)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.