pub struct TreeBoosterParameters { /* private fields */ }
Expand description
BoosterParameters
for Tree Booster. Create using
TreeBoosterParametersBuilder
.
Trait Implementations§
Source§impl Clone for TreeBoosterParameters
impl Clone for TreeBoosterParameters
Source§fn clone(&self) -> TreeBoosterParameters
fn clone(&self) -> TreeBoosterParameters
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for TreeBoosterParameters
impl RefUnwindSafe for TreeBoosterParameters
impl Send for TreeBoosterParameters
impl Sync for TreeBoosterParameters
impl Unpin for TreeBoosterParameters
impl UnwindSafe for TreeBoosterParameters
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more