iitb.MaxentClassifier
Class DataSet

java.lang.Object
  extended byiitb.MaxentClassifier.DataSet
All Implemented Interfaces:
DataIter

public class DataSet
extends java.lang.Object
implements DataIter

Author:
Sunita Sarawagi

Method Summary
 boolean hasNext()
           
 DataSequence next()
           
 void startScan()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startScan

public void startScan()
Specified by:
startScan in interface DataIter

hasNext

public boolean hasNext()
Specified by:
hasNext in interface DataIter

next

public DataSequence next()
Specified by:
next in interface DataIter


Submit a bug or feature.