public class NameSampleSequenceStream extends Object implements SequenceStream
Constructor and Description |
---|
NameSampleSequenceStream(ObjectStream<NameSample> psi) |
NameSampleSequenceStream(ObjectStream<NameSample> psi,
AdaptiveFeatureGenerator featureGen) |
NameSampleSequenceStream(ObjectStream<NameSample> psi,
NameContextGenerator 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, wait
forEach, spliterator
public NameSampleSequenceStream(ObjectStream<NameSample> psi) throws IOException
IOException
public NameSampleSequenceStream(ObjectStream<NameSample> psi, AdaptiveFeatureGenerator featureGen) throws IOException
IOException
public NameSampleSequenceStream(ObjectStream<NameSample> psi, NameContextGenerator pcg) throws IOException
IOException
public Event[] updateContext(Sequence sequence, AbstractModel model)
SequenceStream
updateContext
in interface SequenceStream
sequence
- The sequence to be evaluated.Copyright © 2018 The Apache Software Foundation. All rights reserved.