learn()
Learn the patterns in a sequence of symbols, at every order.
compositemarkovmodel.learn(listOfSymbols)
Trains each of the model's orders on the sequence. Call it more than once to keep training on further sequences.
Parameters
compositemarkovmodel.learn(listOfSymbols)
| Parameter | Type | Default | Description |
|---|---|---|---|
listOfSymbols |
list |
required | The sequence to learn from. |