sarahrenjun / jahmm

Automatically exported from code.google.com/p/jahmm
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Design error on ForwardBackwardScaledCalculator -- field not accesible #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
This is a design error for the class ForwardBackwardScaledCalculator.

The variable ctFactors  is declared private, and does not have a getter. 
The problem is, that the ctFactors variable is required to calculate the 
posterior probability of a hidden state given the observation.

What version of the product are you using? On what operating system?

Please provide any additional information below.

See equation 11 in:
http://xenia.media.mit.edu/~rahimi/rabiner/rabiner-errata/rabiner-errata.html
To see how the variable in fact is needed.

Original issue reported on code.google.com by josepab...@gmail.com on 15 Aug 2012 at 9:18

GoogleCodeExporter commented 8 years ago
I would happily contribute to the project if granted access :)

Original comment by josepab...@gmail.com on 15 Aug 2012 at 9:22