vsha96 / mllib

Machine Learning in Haskell
BSD 3-Clause "New" or "Revised" License
29 stars 1 forks source link

[BUG] [Decision Tree] Fix classification when predicting a vector at the decision (separation) border #18

Closed s1m0000n closed 2 years ago

s1m0000n commented 2 years ago

Fix classification when predicting a vector at the decision (separation) border for Decision Tree at .../MLlib/Tree/Decision.hs

vsha96 commented 2 years ago

It is duplicate of #14