Languages for implementing decision trees

Posted by Shailesh Tainwala on Stack Overflow See other posts from Stack Overflow or by Shailesh Tainwala
Published on 2010-06-03T11:41:25Z Indexed on 2010/06/03 11:44 UTC
Read the original article Hit count: 256

What would be a good choice of programming language in which to implement a decision tree? The results of the implementation will be for personal use only, so no need to consider ability to publish etc.

I have heard that Octave is a good option, can anyone explain why a matrix based language is recommended for implementing decision trees?

© Stack Overflow or respective owner

Related posts about programming-languages

Related posts about Implementation