pub struct BinaryTf;
Expand description
Binary weighting scheme for TF. If the document contains the term, returns 1, otherwise returns 0.
Trait Implementations§
Source§impl<T> Tf<T> for BinaryTfwhere
T: NaiveDocument,
impl<T> Tf<T> for BinaryTfwhere
T: NaiveDocument,
impl Copy for BinaryTf
Auto Trait Implementations§
impl Freeze for BinaryTf
impl RefUnwindSafe for BinaryTf
impl Send for BinaryTf
impl Sync for BinaryTf
impl Unpin for BinaryTf
impl UnwindSafe for BinaryTf
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