BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

make sure there are at least 2 components #296

Closed cberzan closed 10 years ago

cberzan commented 10 years ago

If there's only one component, we can't initialize the Dirichlet distribution, because the parameter is a 1x1 matrix.

CC @chrisgioia64