Skip to content

markosski/markov4s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markov4s Build Status

Markov4s is a small library that implements MarkovChain data structure. Learn more on the website: https://markosski.github.io/markov4s/

A Markov chain is a stochastic model describing a sequence of possible events in which the probability of each event depends only on the state attained in the previous event. - Wikipedia

Markov Chain

Installation

libraryDependencies += "io.github.markosski" % "markov4s_2.12" % "0.2.0"

Usage

https://markosski.github.io/markov4s/usage.html