Trait tfidf::SmoothingFactor[][src]

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

A strategy that uses a smoothing factor.

Required methods

fn factor() -> f64[src]

Expand description

Returns a smoothing factor.

Implementors