hi all,
I would greatly appreciate it if someone can post an example code using jahmm that performs the following:
Build a system that can identify patterns in a given stream of data (Real Numbers - not Integer)
First Phase: Training - feed some sample input data sequences (for example: 10 sequences for each pattern)
Second Phase: Observation - feed unknown data stream into the system. The system will notify when any of the patterns is identified in the stream.
I could not find any example such the above in the source code. I think it is very important for both me and others since it is not trivial from the provided examples.
Thanks!!
CB.