|
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.DKIKFClusterResult
A cluster result is created by the DKIKFClusterer
.
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 |
protected DKIKFClusterResult()
Method Detail |
public abstract int getClusterCount()
public abstract int getDocumentCount()
public abstract DKIKFClusterNode[] getClusterNodes()
|
IBM Information Integrator for Content V8.2 APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |