pub struct FormulaPredictorBlock { /* private fields */ }Expand description
Formula predictor composed from a dense linear design, optional row offsets, and nonlinear monotone spline segments.
Implementations§
Source§impl FormulaPredictorBlock
impl FormulaPredictorBlock
Sourcepub fn dense(&self) -> &DenseDesign
pub fn dense(&self) -> &DenseDesign
Returns the dense linear part.
Trait Implementations§
Source§impl Clone for FormulaPredictorBlock
impl Clone for FormulaPredictorBlock
Source§fn clone(&self) -> FormulaPredictorBlock
fn clone(&self) -> FormulaPredictorBlock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FormulaPredictorBlock
impl Debug for FormulaPredictorBlock
Source§impl PartialEq for FormulaPredictorBlock
impl PartialEq for FormulaPredictorBlock
Source§fn eq(&self, other: &FormulaPredictorBlock) -> bool
fn eq(&self, other: &FormulaPredictorBlock) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PredictorBlock for FormulaPredictorBlock
impl PredictorBlock for FormulaPredictorBlock
impl StructuralPartialEq for FormulaPredictorBlock
Auto Trait Implementations§
impl Freeze for FormulaPredictorBlock
impl RefUnwindSafe for FormulaPredictorBlock
impl Send for FormulaPredictorBlock
impl Sync for FormulaPredictorBlock
impl Unpin for FormulaPredictorBlock
impl UnsafeUnpin for FormulaPredictorBlock
impl UnwindSafe for FormulaPredictorBlock
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