Package weka.core.pmml.jaxbbindings
Class ClusteringModelQuality
java.lang.Object
weka.core.pmml.jaxbbindings.ClusteringModelQuality
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataName property.getSSB()
Gets the value of the ssb property.getSSE()
Gets the value of the sse property.void
setDataName
(String value) Sets the value of the dataName property.void
Sets the value of the ssb property.void
Sets the value of the sse property.
-
Constructor Details
-
ClusteringModelQuality
public ClusteringModelQuality()
-
-
Method Details
-
getSSB
Gets the value of the ssb property.- Returns:
- possible object is
Double
-
setSSB
Sets the value of the ssb property.- Parameters:
value
- allowed object isDouble
-
getSSE
Gets the value of the sse property.- Returns:
- possible object is
Double
-
setSSE
Sets the value of the sse property.- Parameters:
value
- allowed object isDouble
-
getDataName
Gets the value of the dataName property.- Returns:
- possible object is
String
-
setDataName
Sets the value of the dataName property.- Parameters:
value
- allowed object isString
-