Struct forust_ml::histsplitter::SplitInfo
source · [−]pub struct SplitInfo {}Fields
split_gain: f32split_feature: usizesplit_value: f64split_bin: u16missing_right: boolleft_grad: f32left_gain: f32left_cover: f32left_weight: f32right_grad: f32right_gain: f32right_cover: f32right_weight: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SplitInfo
impl Send for SplitInfo
impl Sync for SplitInfo
impl Unpin for SplitInfo
impl UnwindSafe for SplitInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more