IBM Information Integrator for Content V8.2 APIs

com.ibm.mm.beans.infomining
Class CMBClusterNode

java.lang.Object
  |
  +--com.ibm.mm.beans.infomining.CMBClusterNode

public class CMBClusterNode
extends java.lang.Object

A cluster node represents one of the clusters returned by the CMBClusteringService.


Method Summary
 java.lang.String[] getClusterFeatures()
          Returns the feature strings of this cluster.
 java.lang.String[] getDocumentNames()
          Returns the names of the documents that belong to this cluster.
 java.lang.String getLabel()
          Returns the label of this cluster.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDocumentNames

public java.lang.String[] getDocumentNames()
Returns the names of the documents that belong to this cluster.
Returns:
the names of the documents that belong to this cluster

getLabel

public java.lang.String getLabel()
Returns the label of this cluster.
Returns:
the label of this cluster

getClusterFeatures

public java.lang.String[] getClusterFeatures()
Returns the feature strings of this cluster.
Returns:
the feature strings of this cluster
See Also:
CMBClusteringService.setClusterFeatureCount(int)


IBM Information Integrator for Content V8.2 APIs

© Copyright International Business Machines Corporation 1996, 2003 IBM Corp. All rights reserved.