TaskConditionedReturn

Trait TaskConditionedReturn 

Source
pub trait TaskConditionedReturn<T: TaskLabelType> {
    // Required methods
    fn get_leaf_value(&self) -> T;
    fn calculate_information(&self, info_gain_type: &InfoGains) -> f32;
}

Required Methods§

Source

fn get_leaf_value(&self) -> T

return the ensemble results

Source

fn calculate_information(&self, info_gain_type: &InfoGains) -> f32

Implementors§