iitb.CRF
Interface DataIter

All Known Subinterfaces:
TrainData
All Known Implementing Classes:
DataSet

public interface DataIter

The basic interface to be implemented by the user of this package for providing training and test data to the learner.

Author:
Sunita Sarawagi

Method Summary
 boolean hasNext()
           
 DataSequence next()
           
 void startScan()
           
 

Method Detail

startScan

public void startScan()

hasNext

public boolean hasNext()

next

public DataSequence next()


Submit a bug or feature.