|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dmg.pmml.pmml_4_1.descr.ClusteringModelQuality
public class ClusteringModelQuality
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>
Field Summary | |
---|---|
protected String |
dataName
|
protected Double |
ssb
|
protected Double |
sse
|
Constructor Summary | |
---|---|
ClusteringModelQuality()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String dataName
protected Double sse
protected Double ssb
Constructor Detail |
---|
public ClusteringModelQuality()
Method Detail |
---|
public String getDataName()
String
public void setDataName(String value)
value
- allowed object is
String
public Double getSSE()
Double
public void setSSE(Double value)
value
- allowed object is
Double
public Double getSSB()
Double
public void setSSB(Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |