Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 512 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 512 Bytes

n-order-markov-chain

N-order markov chain implementation in Java

Current State

  • N-order Markov Chain Learning
  • N-order Markov Chain Prediction with state constraint option

To-do

  • Predictor structure
  • Tie-break option
  • Remove ambiguity of 'state' and 'observation'
  • Example of usage
  • Library...
  • and blabla...

Dependency (for now)