Skip to content

Simple java lib for creating markov chains and read tokens and probabilities from it.

License

Notifications You must be signed in to change notification settings

msquare/markov-chains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markov-chains - A Markov chain implementation in Java

This is originally from https://github.com/zustandsforschung/markov-chains but this repo has been deleted. Licence before is unknown. I started to use this lib so I may improve it and continue to share this.

Original:

I created this mainly as an exercise in doing TDD. If you want to know what all this markov-business is about I suggest you read this excellent article on Coding Horror: Markov and You or the somewhat scientific explanation on Wikipedia: Markov chain

About

Simple java lib for creating markov chains and read tokens and probabilities from it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages