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

java.lang.Object
  extended by be.ac.ulg.montefiore.run.jahmm.io.OpdfWriter<OpdfMultiGaussian>
      extended by be.ac.ulg.montefiore.run.jahmm.io.OpdfMultiGaussianWriter

public class OpdfMultiGaussianWriter
extends OpdfWriter<OpdfMultiGaussian>

This class implements a OpdfMultiGaussian writer. It is compatible with the OpdfMultiGaussianReader class.


Constructor Summary
OpdfMultiGaussianWriter()
           
 
Method Summary
 void write(java.io.Writer writer, OpdfMultiGaussian opdf)
          Writes a textual description of a given Opdf compatible with the corresponding OpdfReader.
 
Methods inherited from class be.ac.ulg.montefiore.run.jahmm.io.OpdfWriter
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpdfMultiGaussianWriter

public OpdfMultiGaussianWriter()
Method Detail

write

public void write(java.io.Writer writer,
                  OpdfMultiGaussian opdf)
           throws java.io.IOException
Description copied from class: OpdfWriter
Writes a textual description of a given Opdf compatible with the corresponding OpdfReader.

Specified by:
write in class OpdfWriter<OpdfMultiGaussian>
Parameters:
writer - The writer where the description is output.
opdf - An observation distribution.
Throws:
java.io.IOException


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