pub struct Discord {
pub start_index: usize,
pub timestamp: i64,
pub nn_distance: f32,
}Expand description
An anomalous subsequence (most unlike anything else in the trajectory).
Fields§
§start_index: usizeStart index in the trajectory.
timestamp: i64Timestamp of the start.
nn_distance: f32Matrix Profile value (nearest-neighbor distance — high = unusual).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Discord
impl RefUnwindSafe for Discord
impl Send for Discord
impl Sync for Discord
impl Unpin for Discord
impl UnwindSafe for Discord
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