public interface Parser
Learner for batch training.Learner| Modifier and Type | Method and Description |
|---|---|
void |
close()
Frees any resources this parser may be holding.
|
Object |
next()
Use this method to retrieve the next object parsed from the raw input data.
|
void |
reset()
Sets this parser back to the beginning of the raw data.
|
Object next()
void reset()
void close()
Copyright © 2016. All rights reserved.