Fix typo
This commit is contained in:
parent
e0c76dbcfb
commit
7e7980f68b
|
@ -4,7 +4,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
/* Marcov class.
|
/* Markov chain class.
|
||||||
T: Element type
|
T: Element type
|
||||||
ORDER: Prefix length. A markov chain of order n uses n elements to give a
|
ORDER: Prefix length. A markov chain of order n uses n elements to give a
|
||||||
probability for the next element
|
probability for the next element
|
||||||
|
|
Loading…
Reference in New Issue
Block a user