|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DendrogramIterator<S extends ClusterStep>
An iterator over the different ClusterStep
s of a Dendrogram
.
Method Summary | |
---|---|
int[] |
getCurrentAssignments()
Get the cluster assignment of all points of the input data (data) at the current step |
S |
getLastChange()
|
S |
getNextChange()
|
int |
getNumClusters()
|
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Method Detail |
---|
int[] getCurrentAssignments()
S getLastChange()
ClusterStep
before the current state of
cluster assignment.S getNextChange()
ClusterStep
that will lead to the next state of
cluster assignment.int getNumClusters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |