Struct WaveletLeaderDiagnostics
#[non_exhaustive]pub struct WaveletLeaderDiagnostics {
pub moments: Vec<f64>,
pub scaling_exponents: Vec<f64>,
pub curvature_score: Option<f64>,
pub linearity_r2: Option<f64>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
moments: Vec<f64>§scaling_exponents: Vec<f64>§curvature_score: Option<f64>§linearity_r2: Option<f64>Trait Implementations§
§impl Clone for WaveletLeaderDiagnostics
impl Clone for WaveletLeaderDiagnostics
§fn clone(&self) -> WaveletLeaderDiagnostics
fn clone(&self) -> WaveletLeaderDiagnostics
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Auto Trait Implementations§
impl Freeze for WaveletLeaderDiagnostics
impl RefUnwindSafe for WaveletLeaderDiagnostics
impl Send for WaveletLeaderDiagnostics
impl Sync for WaveletLeaderDiagnostics
impl Unpin for WaveletLeaderDiagnostics
impl UnwindSafe for WaveletLeaderDiagnostics
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)