|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.cluster.iterator.NeighborIterator
public abstract class NeighborIterator
Sample Instances with data objects equal to Neighbor
s. This
class is mainly used to generate training Instances from a true
Clustering
.
InstanceIterator
Field Summary | |
---|---|
protected Clustering |
clustering
|
Constructor Summary | |
---|---|
NeighborIterator(Clustering clustering)
|
Method Summary | |
---|---|
protected Clustering |
getClustering()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next |
Field Detail |
---|
protected Clustering clustering
Constructor Detail |
---|
public NeighborIterator(Clustering clustering)
clustering
- A true Clustering.Method Detail |
---|
protected Clustering getClustering()
public void remove()
remove
in interface java.util.Iterator<Instance>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |