Uses of Package
org.tribuo.common.tree
Packages that use org.tribuo.common.tree
Package
Description
Provides common functionality for building decision trees, irrespective
of the predicted
Output.-
Classes in org.tribuo.common.tree used by org.tribuo.common.treeClassDescriptionBase class for
Trainer's that use an approximation of the CART algorithm to build a decision tree.Base class for decision tree nodes used at training time.Contains parameters needed to determine whether a node is a leaf.A tag interface for aTrainerso the random forests trainer can check if it's actually a tree.An immutable leafNodethat can create a prediction.A node in a decision tree.An immutableNodewith a split and two child nodes.