Struct IncrementalEMD
pub struct IncrementalEMD { /* private fields */ }Implementations§
§impl IncrementalEMD
impl IncrementalEMD
pub fn with_config(window_size: usize, config: EMDConfig) -> Self
pub fn with_config(window_size: usize, config: EMDConfig) -> Self
pub fn from_window_config(config: WindowConfig, emd_config: EMDConfig) -> Self
pub fn from_window_config(config: WindowConfig, emd_config: EMDConfig) -> Self
pub fn try_with_config(window_size: usize, config: EMDConfig) -> Result<Self>
pub fn try_with_config(window_size: usize, config: EMDConfig) -> Result<Self>
pub fn try_from_window_config(
config: WindowConfig,
emd_config: EMDConfig,
) -> Result<Self>
pub fn try_from_window_config( config: WindowConfig, emd_config: EMDConfig, ) -> 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 IncrementalEMD
impl Clone for IncrementalEMD
§fn clone(&self) -> IncrementalEMD
fn clone(&self) -> IncrementalEMD
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl IncrementalTransform for IncrementalEMD
impl IncrementalTransform for IncrementalEMD
§impl WindowedCoefficients for IncrementalEMD
impl WindowedCoefficients for IncrementalEMD
§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 IncrementalEMD
impl RefUnwindSafe for IncrementalEMD
impl Send for IncrementalEMD
impl Sync for IncrementalEMD
impl Unpin for IncrementalEMD
impl UnwindSafe for IncrementalEMD
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)