pub struct CorrelatedLinearExplainer { /* private fields */ }Expand description
Exact linear SHAP under a multivariate-Gaussian feature distribution. Missing features use their conditional expectation given present features.
Implementations§
Trait Implementations§
fn explain(&self, x: ArrayView2<'_, f64>) -> Result<Explanation>
Auto Trait Implementations§
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