pub struct ReconstructionMetrics {
pub mse: f32,
pub cosine: f32,
pub dot_error: f32,
}Fields§
§mse: f32§cosine: f32§dot_error: f32Trait Implementations§
Source§impl Clone for ReconstructionMetrics
impl Clone for ReconstructionMetrics
Source§fn clone(&self) -> ReconstructionMetrics
fn clone(&self) -> ReconstructionMetrics
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 moreimpl Copy for ReconstructionMetrics
Auto Trait Implementations§
impl Freeze for ReconstructionMetrics
impl RefUnwindSafe for ReconstructionMetrics
impl Send for ReconstructionMetrics
impl Sync for ReconstructionMetrics
impl Unpin for ReconstructionMetrics
impl UnsafeUnpin for ReconstructionMetrics
impl UnwindSafe for ReconstructionMetrics
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