pub struct RawFrequencyTf(/* private fields */);
Expand description
Raw frequency weighting scheme for TF. Returns the number of times a term occurs in the document.
Trait Implementations§
Source§impl Clone for RawFrequencyTf
impl Clone for RawFrequencyTf
Source§fn clone(&self) -> RawFrequencyTf
fn clone(&self) -> RawFrequencyTf
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T> Tf<T> for RawFrequencyTfwhere
T: ProcessedDocument,
impl<T> Tf<T> for RawFrequencyTfwhere
T: ProcessedDocument,
impl Copy for RawFrequencyTf
Auto Trait Implementations§
impl Freeze for RawFrequencyTf
impl RefUnwindSafe for RawFrequencyTf
impl Send for RawFrequencyTf
impl Sync for RawFrequencyTf
impl Unpin for RawFrequencyTf
impl UnwindSafe for RawFrequencyTf
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