|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.cmu.minorthird.classify.experiments.SubpopSorter<T>
public class SubpopSorter<T>
Helper class for splitting up iterators over Instances
Constructor Summary | |
---|---|
SubpopSorter(java.util.Iterator<T> i)
Create a SubpopSorter. |
|
SubpopSorter(java.util.Random random,
java.util.Iterator<T> i)
Create a SubpopSorter. |
Method Summary | |
---|---|
java.util.Iterator<java.util.List<T>> |
subpopIterator()
Return an iterator over lists of subpopulations. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubpopSorter(java.util.Random random, java.util.Iterator<T> i)
public SubpopSorter(java.util.Iterator<T> i)
Method Detail |
---|
public java.util.Iterator<java.util.List<T>> subpopIterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |