/// Defines the decision tree base learner.
pubmoddtree;/// Defines the classifier produced by `DTree`.
pubmoddtree_classifier;// /// Defines binning.
// pub mod bin;
/// Defines the inner representations of `DTreeClassifier`.
modnode;modcriterion;modtrain_node;pubusedtree_classifier::DTreeClassifier;pubusedtree::DTree;pubusecriterion::Criterion;