IBM Information Integrator for Content V8.2 APIs

com.ibm.mm.sdk.common.infomining.analysis
Class DKIKFClusterResult

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterResult
All Implemented Interfaces:
java.io.Serializable

public abstract class DKIKFClusterResult
extends java.lang.Object
implements java.io.Serializable

A cluster result is created by the DKIKFClusterer.

See Also:
Serialized Form

Constructor Summary
protected DKIKFClusterResult()
           
 
Method Summary
abstract  int getClusterCount()
          Returns the number of clusters.
abstract  DKIKFClusterNode[] getClusterNodes()
          Returns the clusters found for the documents.
abstract  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
 

Constructor Detail

DKIKFClusterResult

protected DKIKFClusterResult()
Method Detail

getClusterCount

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

getDocumentCount

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

getClusterNodes

public abstract DKIKFClusterNode[] 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.