Closed GoogleCodeExporter closed 9 years ago
Called from the following code:
var myTeacher = new HiddenMarkovClassifierLearning<MultivariateNormalDistribution>(hmmc, i =>
new BaumWelchLearning<MultivariateNormalDistribution>(hmmc.Models[i])
{
Iterations = iterations,
Tolerance = limit,
//FittingOptions = new NormalOptions() { Regularization = 1e-5, Diagonal = true }
FittingOptions = new NormalOptions() { Regularization = 1e-5 }
}
);
myTeacher.Run(sequences, labels);
Original comment by simon.ru...@gmail.com
on 15 Oct 2013 at 10:31
Thanks for reporting the bug. The DEBUG flag should not have been active during
the Release compilation, unless I packed up the wrong assemblies in the latest
release. Thanks for letting me know, I will investigate!
Original comment by cesarso...@gmail.com
on 18 Oct 2013 at 7:14
Should have been fixed in the 2.11 release.
Original comment by cesarso...@gmail.com
on 27 Oct 2013 at 4:51
Original issue reported on code.google.com by
simon.ru...@gmail.com
on 15 Oct 2013 at 10:30