Struct IncrementalEEMD
pub struct IncrementalEEMD { /* private fields */ }Implementations§
§impl IncrementalEEMD
impl IncrementalEEMD
pub fn from_window_config(config: WindowConfig, eemd: EEMD, seed: u64) -> Self
pub fn from_window_config(config: WindowConfig, eemd: EEMD, seed: u64) -> Self
pub fn try_new(
window_size: usize,
ensemble_size: usize,
noise_amplitude: f64,
seed: u64,
) -> Result<Self>
pub fn try_new( window_size: usize, ensemble_size: usize, noise_amplitude: f64, seed: u64, ) -> Result<Self>
pub fn try_with_eemd(window_size: usize, eemd: EEMD, seed: u64) -> Result<Self>
pub fn try_with_eemd(window_size: usize, eemd: EEMD, seed: u64) -> Result<Self>
pub fn try_from_window_config(
config: WindowConfig,
eemd: EEMD,
seed: u64,
) -> Result<Self>
pub fn try_from_window_config( config: WindowConfig, eemd: EEMD, seed: u64, ) -> Result<Self>
pub fn with_max_staleness(self, max: usize) -> Self
pub fn with_max_staleness(self, max: usize) -> Self
pub fn window_size(&self) -> usize
pub fn window_size(&self) -> usize
pub fn last_push_recomputed(&self) -> bool
pub fn last_push_recomputed(&self) -> bool
pub fn last_push_failed(&self) -> bool
pub fn last_push_failed(&self) -> bool
Trait Implementations§
§impl Clone for IncrementalEEMD
impl Clone for IncrementalEEMD
§fn clone(&self) -> IncrementalEEMD
fn clone(&self) -> IncrementalEEMD
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl IncrementalTransform for IncrementalEEMD
impl IncrementalTransform for IncrementalEEMD
§impl WindowedCoefficients for IncrementalEEMD
impl WindowedCoefficients for IncrementalEEMD
§type Window<'a> = StreamingEMDWindow<'a>
type Window<'a> = StreamingEMDWindow<'a>
§fn coefficients_window(&self) -> Self::Window<'_>
fn coefficients_window(&self) -> Self::Window<'_>
Auto Trait Implementations§
impl Freeze for IncrementalEEMD
impl RefUnwindSafe for IncrementalEEMD
impl Send for IncrementalEEMD
impl Sync for IncrementalEEMD
impl Unpin for IncrementalEEMD
impl UnwindSafe for IncrementalEEMD
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)