|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dmt.odm.MiningObject | +--oracle.dmt.odm.model.ClusterCentroid
An instance of ClusterCentroid
holds metadata about the centroid of a cluster. Cluster centroids usually encode information such as the mean or the mode of the records in the training dataset assigned to a cluster.
Method Summary | |
java.util.Vector |
getEntries() Returns a Vector of ClusterCentroidEntry objects. |
Category |
getEntryValue(MiningAttribute attr) Returns the centroid value and display name for a given MiningAttribute . |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.util.Vector getEntries()
Vector
of ClusterCentroidEntry
objects. The collection of ClusterCentroidEntry
objects has one entry for each attribute used in the clustering model.ClusterCentroidEntry
objectspublic Category getEntryValue(MiningAttribute attr) throws InvalidArgumentException
MiningAttribute
.attr
- The desired mining attributeInvalidArgumentException
- when the attr is null.
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |