mimic.markov

base-model

build

(build training-data)(build training-data starting-model)

Builds a mimic model.

training-data
a sequential list of states to use for model creation
starting-model Optional
the model to expand upon.

fetch

(fetch model)(fetch model start)(fetch model start overrides)

Fetches the next state of a given model.

model
a completed mimic model.
start
the starting model state.
overrides
a list of states to select if encountered.

model-end

model-start

stream

(stream model)(stream model overrides)

Fetches an entire stream of states from a given model. Uses prior session data to determine the length of the stream.

model
a complete mimic model.
overrides
a list of states to select if encountered. Optional.