Package org.apache.mahout.classifier.df.builder

Interface Summary
TreeBuilder Abstract base class for TreeBuilders
 

Class Summary
DecisionTreeBuilder Builds a classification tree or regression tree
A classification tree is built when the criterion variable is the categorical attribute.
A regression tree is built when the criterion variable is the numerical attribute.
DefaultTreeBuilder Builds a Decision Tree
Based on the algorithm described in the "Decision Trees" tutorials by Andrew W.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.