|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 |
Type | Method |
---|---|
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.Vector
- The collection of ClusterCentroidEntry
objectspublic Category getEntryValue(MiningAttribute attr) throws InvalidArgumentException
MiningAttribute
.attr
- The desired mining attributeCategory
- The entry value and display namenew_entriesInvalidArgumentException
- is thrown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |