markov v1.0.10 (2018-05-02T15:52:07Z)
Dub
Repo
MarkovChain.this
markov
chain
MarkovChain
Constructs a markov chain with empty states of the given sizes.
this
()
this
(size_t[] sizes)
struct
MarkovChain
(T)
this
(
size_t
[]
sizes
...
)
this
(State!T[] states)
Meta
Source
See Implementation
markov
chain
MarkovChain
constructors
this
functions
feed
generate
push
seed
select
train
properties
empty
length
lengths
random
rehash
reset
sizes
states
Constructs a markov chain with empty states of the given sizes.