Uses of Package
de.jungblut.classification.tree
-
Packages that use de.jungblut.classification.tree Package Description de.jungblut.classification.tree -
Classes in de.jungblut.classification.tree used by de.jungblut.classification.tree Class Description AbstractTreeNode DecisionTree A decision tree that can be used for classification with numerical or categorical features.FeatureType Denotes a feature type, either numerical or nominal.RandomForest A decision tree forest, using bagging.