shawrkbait

Results 2 issues of shawrkbait

This change allows recursive variable expansion. For example: we can choose from a list of questions: ```javascript var Sentencer = require('sentencer'); var randy = require('randy'); var questions = ["what is...

**Describe the bug** I am attempting to train a Hidden Markov Model with GMM incrementally based on the last 100 datapoints. To do this, I am resetting the start weights...