pub struct MidasParams {
pub rows: Int,
pub buckets: Int,
pub m_value: Int,
}
Fields§
§rows: Int
Number of rows of buckets to use for internal Count-Min Sketches
buckets: Int
Number of buckets in each rows to use for internal Count-Min Sketches
m_value: Int
Value used internally in determining bucket placement. Might be made private in future version.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MidasParams
impl RefUnwindSafe for MidasParams
impl Send for MidasParams
impl Sync for MidasParams
impl Unpin for MidasParams
impl UnwindSafe for MidasParams
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