pub struct NoveltyConfig {
pub delta_amp_default: f64,
pub delta_amp_stabilize1: f64,
pub delta_amp_stabilize2: f64,
pub delta_amp_clamp: f64,
pub orthogonality_target: f64,
pub min_traces_for_orthogonality: usize,
}Fields§
§delta_amp_default: f64§delta_amp_stabilize1: f64§delta_amp_stabilize2: f64§delta_amp_clamp: f64§orthogonality_target: f64§min_traces_for_orthogonality: usizeTrait Implementations§
Source§impl Clone for NoveltyConfig
impl Clone for NoveltyConfig
Source§fn clone(&self) -> NoveltyConfig
fn clone(&self) -> NoveltyConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoveltyConfig
impl Debug for NoveltyConfig
Source§impl Default for NoveltyConfig
impl Default for NoveltyConfig
Source§impl<'de> Deserialize<'de> for NoveltyConfig
impl<'de> Deserialize<'de> for NoveltyConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NoveltyConfig
impl RefUnwindSafe for NoveltyConfig
impl Send for NoveltyConfig
impl Sync for NoveltyConfig
impl Unpin for NoveltyConfig
impl UnsafeUnpin for NoveltyConfig
impl UnwindSafe for NoveltyConfig
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