public class POSSampleSequenceStream extends Object implements SequenceStream
Constructor and Description |
---|
POSSampleSequenceStream(ObjectStream<POSSample> psi) |
POSSampleSequenceStream(ObjectStream<POSSample> psi,
POSContextGenerator pcg) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the
ObjectStream and releases all allocated
resources. |
Sequence |
read()
Returns the next object.
|
void |
reset()
Repositions the stream at the beginning and the previously seen object sequence
will be repeated exactly.
|
Event[] |
updateContext(Sequence sequence,
AbstractModel model)
Creates a new event array based on the outcomes predicted by the specified parameters
for the specified sequence.
|
public POSSampleSequenceStream(ObjectStream<POSSample> psi) throws IOException
IOException
public POSSampleSequenceStream(ObjectStream<POSSample> psi, POSContextGenerator pcg) throws IOException
IOException
public Event[] updateContext(Sequence sequence, AbstractModel model)
SequenceStream
updateContext
in interface SequenceStream
sequence
- The sequence to be evaluated.public Sequence read() throws IOException
ObjectStream
read
in interface ObjectStream<Sequence>
IOException
- if there is an error during readingpublic void reset() throws IOException, UnsupportedOperationException
ObjectStream
reset
in interface ObjectStream<Sequence>
IOException
- if there is an error during reseting the streamUnsupportedOperationException
public void close() throws IOException
ObjectStream
ObjectStream
and releases all allocated
resources. After close was called its not allowed to call
read or reset.close
in interface AutoCloseable
close
in interface ObjectStream<Sequence>
IOException
- if there is an error during closing the streamCopyright © 2017 The Apache Software Foundation. All rights reserved.