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 |
|---|---|
Iterator<Sequence> |
iterator() |
Event[] |
updateContext(Sequence sequence,
AbstractModel model)
Creates a new event array based on the outcomes predicted by the specified parameters
for the specified sequence.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic POSSampleSequenceStream(ObjectStream<POSSample> psi) throws IOException
IOExceptionpublic POSSampleSequenceStream(ObjectStream<POSSample> psi, POSContextGenerator pcg) throws IOException
IOExceptionpublic Event[] updateContext(Sequence sequence, AbstractModel model)
SequenceStreamupdateContext in interface SequenceStreamsequence - The sequence to be evaluated.Copyright © 2019 The Apache Software Foundation. All rights reserved.