be.ac.ulg.montefiore.run.jahmm.io
Class ObservationVectorWriter

java.lang.Object
  extended by be.ac.ulg.montefiore.run.jahmm.io.ObservationWriter<ObservationVector>
      extended by be.ac.ulg.montefiore.run.jahmm.io.ObservationVectorWriter

public class ObservationVectorWriter
extends ObservationWriter<ObservationVector>

Writes an ObservationReal up to (and including) the semi-colon.


Constructor Summary
ObservationVectorWriter()
           
 
Method Summary
 void write(ObservationVector observation, java.io.Writer writer)
          Writes an Observation (followed by a semi-colon) using a Writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObservationVectorWriter

public ObservationVectorWriter()
Method Detail

write

public void write(ObservationVector observation,
                  java.io.Writer writer)
           throws java.io.IOException
Description copied from class: ObservationWriter
Writes an Observation (followed by a semi-colon) using a Writer.

Specified by:
write in class ObservationWriter<ObservationVector>
Parameters:
observation - The observation to write.
writer - The writer used to write the observations.
Throws:
java.io.IOException


Copyright © 2004,2005 Jean-Marc François.