[][src]Trait tfidf::SmoothingFactor

pub trait SmoothingFactor {
    pub fn factor() -> f64;
}

A strategy that uses a smoothing factor.

Required methods

pub fn factor() -> f64[src]

Returns a smoothing factor.

Loading content...

Implementors

impl SmoothingFactor for InverseFrequencyIdf[src]

impl SmoothingFactor for InverseFrequencySmoothIdf[src]

Loading content...