Struct IncrementalEWT
pub struct IncrementalEWT { /* private fields */ }Implementations§
§impl IncrementalEWT
impl IncrementalEWT
pub fn with_config(window_size: usize, config: EWTConfig) -> Self
pub fn with_config(window_size: usize, config: EWTConfig) -> Self
pub fn from_window_config(config: WindowConfig, ewt_config: EWTConfig) -> Self
pub fn from_window_config(config: WindowConfig, ewt_config: EWTConfig) -> Self
pub fn try_with_config(window_size: usize, config: EWTConfig) -> Result<Self>
pub fn try_with_config(window_size: usize, config: EWTConfig) -> Result<Self>
pub fn try_from_window_config(
config: WindowConfig,
ewt_config: EWTConfig,
) -> Result<Self>
pub fn try_from_window_config( config: WindowConfig, ewt_config: EWTConfig, ) -> Result<Self>
pub fn with_redetect_threshold(self, threshold: f64) -> Self
pub fn with_redetect_threshold(self, threshold: f64) -> Self
pub fn try_with_redetect_threshold(self, threshold: f64) -> Result<Self>
pub fn try_with_redetect_threshold(self, threshold: f64) -> 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 IncrementalEWT
impl Clone for IncrementalEWT
§fn clone(&self) -> IncrementalEWT
fn clone(&self) -> IncrementalEWT
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl IncrementalTransform for IncrementalEWT
impl IncrementalTransform for IncrementalEWT
§impl WindowedCoefficients for IncrementalEWT
impl WindowedCoefficients for IncrementalEWT
§type Window<'a> = StreamingEWTWindow<'a>
type Window<'a> = StreamingEWTWindow<'a>
§fn coefficients_window(&self) -> Self::Window<'_>
fn coefficients_window(&self) -> Self::Window<'_>
Auto Trait Implementations§
impl Freeze for IncrementalEWT
impl RefUnwindSafe for IncrementalEWT
impl Send for IncrementalEWT
impl Sync for IncrementalEWT
impl Unpin for IncrementalEWT
impl UnwindSafe for IncrementalEWT
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)