I'm trying to use "mlpack_hmm_train", but there's something strange. My data 
for testing is`1 11 11
2 22 222
3 33 333
4 44 444
1 11 111
2 22 222
...` saved in "input.txt", and with the command line `mlpack_hmm_train -i 
input.txt  -t gaussian -n 4 -o model.txt`, but no model could be trained out, 
unless a label file like`0
1
2
3
0
1
...` is specified. Does the unsupervised training method really works?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/833
_______________________________________________
mlpack mailing list
[email protected]
http://knife.lugatgt.org/cgi-bin/mailman/listinfo/mlpack

Reply via email to