edu.cmu.minorthird.classify
Class Util

java.lang.Object
  extended by edu.cmu.minorthird.classify.Util

public class Util
extends java.lang.Object


Constructor Summary
Util()
           
 
Method Summary
static
<T extends Example>
java.util.Iterator<Instance>
toInstanceIterator(java.util.Iterator<T> it)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

toInstanceIterator

public static <T extends Example> java.util.Iterator<Instance> toInstanceIterator(java.util.Iterator<T> it)