pub type NumericTree = DecisionTree<NumericLeafParam, NumericTreeFunc<EntropyImpurity>>;Aliased Type§
pub struct NumericTree {
pub params: TreeParameters,
/* private fields */
}Fields§
§params: TreeParameterspub type NumericTree = DecisionTree<NumericLeafParam, NumericTreeFunc<EntropyImpurity>>;pub struct NumericTree {
pub params: TreeParameters,
/* private fields */
}params: TreeParameters