tbigot / tpms

Tree Pattern Matching Suite
Other
1 stars 0 forks source link

Unicity scores: scores too high #1

Closed tbigot closed 12 years ago

tbigot commented 13 years ago

Found by Florent Lassalle.

When scores are too high, they are replaced by zero. It frequently happens in big trees.

The re-rooting is done following the score, hence it’s totaly false in the trees containing null scores.

tbigot commented 13 years ago

I’ll try to use log for scores, so they can’t reach unsigned int maximum.

tbigot commented 12 years ago

Fixed in 0.9.1, scores are now in natural log stored in a float object.