|
IBM Information Integrator for Content V8.2 APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterNode
A cluster node represents one of the clusters returned by the DKIKFClusterer
.
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 |
protected DKIKFClusterNode()
Method Detail |
public abstract java.lang.String getLabel()
public abstract java.lang.String[] getClusterFeatures()
DKIKFClusterer.setClusterFeatureCount(int)
public abstract java.lang.String[] getDocumentNames()
|
IBM Information Integrator for Content V8.2 APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |