Skip to content

yeeking/MarkovModelCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MarkovModelCPP

Implementation of a markov model in C++.

Useful for musical applications and such, in case you don't like neural networks :)

Check out the MarkovTests.cpp file:

g++ MarkovTest.cpp  MarkovChain.cpp MarkovManager.cpp -o markovtest
./markovtest

You can interact with the markovmanager for a simple high level interface, or with the markovchain directly.

MIT License.

About

Implementation of a multi-order markov model in clean std C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published