Package de.jungblut.classification.tree
-
Class Summary Class Description AbstractTreeNode DecisionTree A decision tree that can be used for classification with numerical or categorical features.LeafNode NominalNode NumericalNode RandomForest A decision tree forest, using bagging.Split From Mahout, split class with better naming.TreeCompiler Compilation unit for the object tree structure of theDecisionTree. -
Enum Summary Enum Description FeatureType Denotes a feature type, either numerical or nominal.