Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 606 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 606 Bytes

Overview

This library implements a Hidden Markov Model (HMM) for time-inhomogeneous Markov processes, meaning that the set of states and transition probabilities may be different at each time step. Thus, the user needs to implement an interface that computes the transition and emission/observation probabilities as needed.

So far, this library computes the most likely sequence of states using the Viterbi algorithm.

Except for testing, there are no dependencies to other libraries.

License

This library is licensed under the Apache 2.0 license.