I need a decision tree learning library for Java. I looked at jaDTi and Weka , but none of them meet modern library design standards.
For example, both still use universal vector objects everywhere, and neither of them allows you to programmatically provide training data, they expect the data to be loaded from a file or database.
source
share