|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.jahmm.io.HmmWriter
public class HmmWriter
Writes a HMM to a text file compatible with HmmReader
.
Constructor Summary | |
---|---|
HmmWriter()
|
Method Summary | ||
---|---|---|
static
|
write(java.io.Writer writer,
OpdfWriter<? extends Opdf<O>> opdfWriter,
Hmm<O> hmm)
Writes a HMM description. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HmmWriter()
Method Detail |
---|
public static <O extends Observation> void write(java.io.Writer writer, OpdfWriter<? extends Opdf<O>> opdfWriter, Hmm<O> hmm) throws java.io.IOException
writer
- The writer to write the HMM to.opdfWriter
- The writer used to convert the observation's
distributions of the HMMs.hmm
- The HMM to write.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |