public interface InstanceStream extends MOAObject
Modifier and Type | Method and Description |
---|---|
long |
estimatedRemainingInstances()
Gets the estimated number of remaining instances in this stream
|
InstancesHeader |
getHeader()
Gets the header of this stream.
|
boolean |
hasMoreInstances()
Gets whether this stream has more instances to output.
|
boolean |
isRestartable()
Gets whether this stream can restart.
|
weka.core.Instance |
nextInstance()
Gets the next instance from this stream.
|
void |
restart()
Restarts this stream.
|
copy, getDescription, measureByteSize
InstancesHeader getHeader()
long estimatedRemainingInstances()
boolean hasMoreInstances()
weka.core.Instance nextInstance()
boolean isRestartable()
void restart()
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.