What compression libraries HMM (hidden Markov model) are available for .NET?

I am looking for a library using Markov models / hidden Markov models for data compression. I will need to use it from .NET. I googled for MM / HMM compressors but did not find a useful link (I can be a bad googler, though).

Any relevant link would be most cordially appreciated.

+3
source share
1 answer

Browse Accord.NET along with the article .

+4
source

All Articles