pub struct CFDTCP<'a> { /* private fields */ }Implementations§
Source§impl<'a> CFDTCP<'a>
impl<'a> CFDTCP<'a>
pub fn new() -> CFDTCP<'a>
pub fn centor(&mut self, c: String) -> &mut Self
pub fn list(&mut self, list: Vec<&'a str>) -> &mut Self
pub fn distribution(&mut self) -> Option<f64>
pub fn mode(&mut self) -> Option<(u64, i32)>
pub fn jenks_classify(&mut self, num_bins: usize) -> (usize, Vec<Bin>)
pub fn get_dt(&mut self) -> &Vec<u64>
pub fn clear(&mut self)
Auto Trait Implementations§
impl<'a> Freeze for CFDTCP<'a>
impl<'a> RefUnwindSafe for CFDTCP<'a>
impl<'a> Send for CFDTCP<'a>
impl<'a> Sync for CFDTCP<'a>
impl<'a> Unpin for CFDTCP<'a>
impl<'a> UnwindSafe for CFDTCP<'a>
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