public class ClusteringModelQuality extends PMMLObject implements com.sun.xml.bind.Locatable
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataName |
protected Locator |
locator |
protected Double |
ssb |
protected Double |
sse |
| 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.
|
void |
setDataName(String value)
Sets the value of the dataName property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setSSB(Double value)
Sets the value of the ssb property.
|
void |
setSSE(Double value)
Sets the value of the sse property.
|
Locator |
sourceLocation() |
protected String dataName
protected Double sse
protected Double ssb
protected Locator locator
public String getDataName()
Stringpublic void setDataName(String value)
value - allowed object is
Stringpublic void setSSE(Double value)
value - allowed object is
Doublepublic void setSSB(Double value)
value - allowed object is
Doublepublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectpublic VisitorAction accept(Visitor visitor)
Copyright © 2013 University of Tartu. All Rights Reserved.