Open jywarren opened 12 years ago
Yes! http://github.com/igrigorik/decisiontree
sudo gem install decisiontree
http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/
Asking now about non-boolean outcomes, in the comments on above post.
Interesting projects with bindings:
SVM appears to be the new hotness and very good at discriminating between road features and everything else.
https://github.com/cardmagic/classifier
Suggestions:
:cartesian, :decision_tree, :naive_bayes, :neural_network
Textural/spatial classifiers too!