Oracle Data Mining Java API Reference
10g Release 1 (10.1)

B12276-01

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
 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:
The mining attribute of the ClusterCentroidEntry

getValue

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

Copyright © 2003 Oracle Corporation. All Rights Reserved.