Intervals are placed in the inverse order

Issue #119 resolved
Francisco Javier Díez created an issue

When learning a Bayesian networks and discretinzing some variables, OpenMarkov creates the intervals in the inverse order. For example, in the attached example, the first state should be [6.981 , 14.024) and the third one [21.067 , 28.110], but the order is reversed. When fixing it, the order should be "Increasing" instead of "Decreasing".

Comments (2)

  1. jesus_oliva

    The intervals are created in the right order. In the attached example, the first state of the variable RadiusMean is [6.981, 14.024], as it should be. So I suppose it is a problem of the way we are showing the states on the GUI.

  2. Log in to comment