pub struct Mine { /* private fields */ }Implementations§
Source§impl Mine
impl Mine
pub fn new(alpha: f64, c: f64) -> Self
pub fn compute_score(&mut self, x: Vec<f64>, y: Vec<f64>)
pub fn mic(&mut self) -> Option<f64>
pub fn mas(&mut self) -> Option<f64>
pub fn mev(&mut self) -> Option<f64>
pub fn mcn(&mut self, eps: f64) -> Option<f64>
pub fn gmic(&mut self, p: f64) -> Option<f64>
pub fn tic(&mut self, norm: bool) -> Option<f64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mine
impl RefUnwindSafe for Mine
impl !Sync for Mine
impl Unpin for Mine
impl UnwindSafe for Mine
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