Skip to content
Prev 154921 / 398506 Next

Oblique decision tree using mvpart

On Wed, 3 Sep 2008, Clusty wrote:

            
I agree that this could be improved.
Terminology for different flavors of decision trees and recursive 
partitioning varies a lot between different communities (machine learning, 
artificial intelligence, statistical learning, ...) and even within 
communities.
No, to the best of my knowledge, the list in the Machine Learning task 
view is up to date.

Also, I think that "oblique decision trees" is specific to the algorithm 
underlying the OC1 implementation.
   http://www.cs.jhu.edu/~salzberg/announce-oc1.html
The term trees with "functional splits" or "multiway splits" is more 
common, I guess. Binaries for the original implementation of the CRUISE 
algorithm are available at
   http://www.stat.wisc.edu/~loh/cruise.html
We played around with interfacing the latter in R, but unfortunately that 
is not really finished, yet.

hth,
Z