IBM Information Integrator for Content V8.2 APIs

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

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

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

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

See Also:
Serialized Form

Constructor Summary
protected DKIKFClusterNode()
           
 
Method Summary
abstract  java.lang.String[] getClusterFeatures()
          Returns the feature strings of this cluster.
abstract  java.lang.String[] getDocumentNames()
          Returns the names of the documents that belong to this cluster.
abstract  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
 

Constructor Detail

DKIKFClusterNode

protected DKIKFClusterNode()
Method Detail

getLabel

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

getClusterFeatures

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

getDocumentNames

public abstract 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

IBM Information Integrator for Content V8.2 APIs

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