Open GoogleCodeExporter opened 8 years ago
Hey Ashutosh,
Could you find the reason for this. I too have same problem.
Original comment by mahaveer...@gmail.com
on 4 Feb 2011 at 12:53
[deleted comment]
before saving the hmm,simply check if the mean is NaN
OpdfMultiGaussian obsvec = (OpdfMultiGaussian) trainedHmm.getOpdf(0);
double mean[] = obsvec.mean();
if (Double.isNaN(mean[0])) {
System.out.println( " Terminating training: mean is NaN");
}
--
hope it works for you.
asutosh
Original comment by asutosh....@gmail.com
on 22 Apr 2011 at 5:14
Original issue reported on code.google.com by
asutosh....@gmail.com
on 5 Oct 2010 at 5:45