pub trait TaskConditionedReturn<T: TaskLabelType> {
// Required methods
fn get_leaf_value(&self) -> T;
fn calculate_information(&self, info_gain_type: &InfoGains) -> f32;
}
Required Methods§
Sourcefn get_leaf_value(&self) -> T
fn get_leaf_value(&self) -> T
return the ensemble results