public class NameSampleSequenceStream extends java.lang.Object implements SequenceStream
Constructor and Description |
---|
NameSampleSequenceStream(ObjectStream<NameSample> psi) |
NameSampleSequenceStream(ObjectStream<NameSample> psi,
AdaptiveFeatureGenerator featureGen) |
NameSampleSequenceStream(ObjectStream<NameSample> psi,
AdaptiveFeatureGenerator featureGen,
boolean useOutcomes) |
NameSampleSequenceStream(ObjectStream<NameSample> psi,
NameContextGenerator pcg) |
NameSampleSequenceStream(ObjectStream<NameSample> psi,
NameContextGenerator pcg,
boolean useOutcomes) |
NameSampleSequenceStream(ObjectStream<NameSample> psi,
NameContextGenerator pcg,
boolean useOutcomes,
SequenceCodec<java.lang.String> seqCodec) |
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 NameSampleSequenceStream(ObjectStream<NameSample> psi) throws java.io.IOException
java.io.IOException
public NameSampleSequenceStream(ObjectStream<NameSample> psi, AdaptiveFeatureGenerator featureGen) throws java.io.IOException
java.io.IOException
public NameSampleSequenceStream(ObjectStream<NameSample> psi, AdaptiveFeatureGenerator featureGen, boolean useOutcomes) throws java.io.IOException
java.io.IOException
public NameSampleSequenceStream(ObjectStream<NameSample> psi, NameContextGenerator pcg) throws java.io.IOException
java.io.IOException
public NameSampleSequenceStream(ObjectStream<NameSample> psi, NameContextGenerator pcg, boolean useOutcomes) throws java.io.IOException
java.io.IOException
public NameSampleSequenceStream(ObjectStream<NameSample> psi, NameContextGenerator pcg, boolean useOutcomes, SequenceCodec<java.lang.String> seqCodec) throws java.io.IOException
java.io.IOException
public Event[] updateContext(Sequence sequence, AbstractModel model)
SequenceStream
updateContext
in interface SequenceStream
sequence
- The sequence to be evaluated.public Sequence read() throws java.io.IOException
ObjectStream
read
in interface ObjectStream<Sequence>
java.io.IOException
- if there is an error during readingpublic void reset() throws java.io.IOException, java.lang.UnsupportedOperationException
ObjectStream
reset
in interface ObjectStream<Sequence>
java.io.IOException
- if there is an error during reseting the streamjava.lang.UnsupportedOperationException
public void close() throws java.io.IOException
ObjectStream
ObjectStream
and releases all allocated
resources. After close was called its not allowed to call
read or reset.close
in interface java.lang.AutoCloseable
close
in interface ObjectStream<Sequence>
java.io.IOException
- if there is an error during closing the streamCopyright © 2010 - 2020 Adobe. All Rights Reserved