public interface DatasetProvider extends weka.core.OptionHandler, Iterator<weka.core.Instances>, Serializable, LogSupporter
| Modifier and Type | Method and Description |
|---|---|
String |
finish()
Gets called after the experiment finishes.
|
boolean |
hasNext()
Returns whether another dataset is available.
|
String |
initialize()
Initializes the provider to start providing datasets from scratch.
|
weka.core.Instances |
next()
Returns the next dataset.
|
forEachRemaining, removeaddLogListener, log, removeLogListenerString initialize()
boolean hasNext()
weka.core.Instances next()
String finish()
Copyright © 2017. All Rights Reserved.