We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dgmFit is supposed to handle missing local evidence, but currently crashes if you pass it a ragged array.
Original issue reported on code.google.com by mattbdun...@gmail.com on 11 Aug 2010 at 1:55
mattbdun...@gmail.com
The text was updated successfully, but these errors were encountered:
% This code should work, but fails: nstates = 3; d = 6; hmm = mkRndGaussHmm(nstates, d); data = hmmSample(hmm, 30, 5); dgm = hmmToDgm(hmm, 30); localev = hmmObs2LocalEv(data); localev(:, 3, 5) = NaN; dgmFit(dgm, 'localev', localev)
Original comment by mattbdun...@gmail.com on 11 Aug 2010 at 2:10
Sorry, something went wrong.
Original comment by mattbdun...@gmail.com on 11 Aug 2010 at 5:18
No branches or pull requests
Original issue reported on code.google.com by
mattbdun...@gmail.com
on 11 Aug 2010 at 1:55The text was updated successfully, but these errors were encountered: