sramirez / spark-MDLP-discretization

Spark implementation of Fayyad's discretizer based on Minimum Description Length Principle (MDLP)
Apache License 2.0
44 stars 27 forks source link

Issue 6 initial infinity split bb #9

Closed barrybecker4 closed 8 years ago

barrybecker4 commented 8 years ago

Fix for #6. The first split should always be -Infinity. My tests only test the case for small data (because I did not want to check in a huge dataset into git), but the change needed for the bigData case was identical.