IBM Information Integrator for Content V8.2 APIs

com.ibm.mm.beans.infomining
Class CMBClusterResult

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

public class CMBClusterResult
extends java.lang.Object

A cluster result is created by the CMBClusteringService.


Method Summary
 int getClusterCount()
          Returns the number of clusters.
 CMBClusterNode[] getClusterNodes()
          Returns the clusters found for the documents.
 int getDocumentCount()
          Returns the number of analyzed documents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClusterCount

public int getClusterCount()
Returns the number of clusters.
Returns:
the number of clusters

getDocumentCount

public int getDocumentCount()
Returns the number of analyzed documents.
Returns:
the number of analyzed documents

getClusterNodes

public CMBClusterNode[] getClusterNodes()
Returns the clusters found for the documents.
Returns:
the clusters found for the documents


IBM Information Integrator for Content V8.2 APIs

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