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>
| Constructor and Description |
|---|
ClusteringModelQuality() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
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.
|
ClusteringModelQuality |
setDataName(String dataName)
Sets the value of the dataName property.
|
ClusteringModelQuality |
setSSB(Double ssb)
Sets the value of the ssb property.
|
ClusteringModelQuality |
setSSE(Double sse)
Sets the value of the sse property.
|
getLocator, setLocatorpublic String getDataName()
Stringpublic ClusteringModelQuality setDataName(String dataName)
dataName - allowed object is
Stringpublic ClusteringModelQuality setSSE(Double sse)
sse - allowed object is
Doublepublic ClusteringModelQuality setSSB(Double ssb)
ssb - allowed object is
Doublepublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.