|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcc.mallet.cluster.iterator.NeighborIterator
cc.mallet.cluster.iterator.AllPairsIterator
public class AllPairsIterator
Iterate over all pairs of Instances.
NeighborIterator| Field Summary |
|---|
| Fields inherited from class cc.mallet.cluster.iterator.NeighborIterator |
|---|
clustering |
| Constructor Summary | |
|---|---|
AllPairsIterator(Clustering clustering)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
Instance |
next()
|
| Methods inherited from class cc.mallet.cluster.iterator.NeighborIterator |
|---|
getClustering, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AllPairsIterator(Clustering clustering)
clustering - True Clustering.| Method Detail |
|---|
public boolean hasNext()
public Instance next()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||