[mlpack-git] [mlpack] HMM simple example (#470)

davudadiguezel notifications at github.com
Mon Nov 16 04:59:07 EST 2015


Hi Ryan,
thanks for the answer! What I still don't get is how the programm knows how the observations and the labels correspond. For example, if I have a labelfile that looks like:
Label_A
Label_B
Label_C
and an observation file like:
1  1  3
4  2  1
7  6  1
2  3  1
Will the program just correspond the first observation to label_A, the second to B and so on or can I somehow tell it how to correspond the observations to the labels? Can I create an observation file like:
Label_A  1  1  3
Label_A  4  2  1
Label_C  7  6  1
Label_B  2  3  1
or something similar? Or am I completely on the wrong track?
Thanks for the help,
Davud

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/470#issuecomment-156975647
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20151116/89069d67/attachment.html>


More information about the mlpack-git mailing list