Class ClusteringModelQuality


  • public class ClusteringModelQuality
    extends java.lang.Object

    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>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClusteringModelQuality

        public ClusteringModelQuality()
    • Method Detail

      • getSSB

        public java.lang.Double getSSB()
        Gets the value of the ssb property.
        Returns:
        possible object is Double
      • setSSB

        public void setSSB​(java.lang.Double value)
        Sets the value of the ssb property.
        Parameters:
        value - allowed object is Double
      • getSSE

        public java.lang.Double getSSE()
        Gets the value of the sse property.
        Returns:
        possible object is Double
      • setSSE

        public void setSSE​(java.lang.Double value)
        Sets the value of the sse property.
        Parameters:
        value - allowed object is Double
      • getDataName

        public java.lang.String getDataName()
        Gets the value of the dataName property.
        Returns:
        possible object is String
      • setDataName

        public void setDataName​(java.lang.String value)
        Sets the value of the dataName property.
        Parameters:
        value - allowed object is String