oracle.dmt.odm.model
Class ClusterCentroidEntry

java.lang.Object
  |
  +--oracle.dmt.odm.MiningObject
        |
        +--oracle.dmt.odm.model.ClusterCentroidEntry
All Implemented Interfaces:
java.io.Serializable

public class ClusterCentroidEntry
extends MiningObject

An instance of ClusterCentroidEntry contains one attribute and value pair for a cluster centroid.

Since:
9.2.0
See Also:
Serialized Form

Method Summary
TypeMethod
 MiningAttribute getAttribute()
          Returns the attribute of a ClusterCentroidEntry.
 Category getValue()
          Returns the value of a ClusterCentroidEntry.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAttribute

public MiningAttribute getAttribute()
Returns the attribute of a ClusterCentroidEntry.
Returns:
MiningAttribute - The mining attribute of the ClusterCentroidEntry

getValue

public Category getValue()
Returns the value of a ClusterCentroidEntry.
Returns:
Category - The entry's value