pub struct SplitInfo {
Show 15 fields pub split_gain: f32, pub split_feature: usize, pub split_value: f64, pub split_bin: u16, pub missing_right: bool, pub left_grad: f32, pub left_gain: f32, pub left_cover: f32, pub left_weight: f32, pub left_bounds: (f32, f32), pub right_grad: f32, pub right_gain: f32, pub right_cover: f32, pub right_weight: f32, pub right_bounds: (f32, f32),
}

Fields

split_gain: f32split_feature: usizesplit_value: f64split_bin: u16missing_right: boolleft_grad: f32left_gain: f32left_cover: f32left_weight: f32left_bounds: (f32, f32)right_grad: f32right_gain: f32right_cover: f32right_weight: f32right_bounds: (f32, f32)

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.