Hacker News new | ask | show | jobs
by jbrambleDC 3398 days ago
This is awesome. I am currently building a decision tree from scratch in Java and will use yours as a reference.

One comment I have. in kNN, it is best to ensure that the neighbors list occupies O(k) space.