iitb.Segment
Interface TrainData
- All Superinterfaces:
- DataIter
- public interface TrainData
- extends DataIter
- Author:
- Sunita Sarawagi
size
public int size()
startScan
public void startScan()
- Specified by:
startScan
in interface DataIter
hasMoreRecords
public boolean hasMoreRecords()
nextRecord
public iitb.Segment.TrainRecord nextRecord()
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.