GenaKoveshnikov / jahmm

Automatically exported from code.google.com/p/jahmm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to convert Type ObservationDiscrete<enum> to ObservatinInteger

GoogleCodeExporter opened this issue · comments

I have no idea how to convert  ObservationDiscrete<enum> type to
ObservatinInteger type.

Because I want to use package like this:
1 build  HMM
2 generate 10000 random observation sequence
3 get init HMM using K_Means algorithm .
4 Baum_Welch algorithm ...

KMeansLearner import ObservatinInteger but not ObservationDiscrete<enum>.If
I want to use KMeansLearner ,I have to convert these two types.

Thanks for your help!

smallycat

Original issue reported on code.google.com by xuxinb...@gmail.com on 15 Apr 2009 at 12:55