InverseDocumentFrequency Enumeration |
Namespace: Accord.MachineLearning
Member name | Value | Description | |
---|---|---|---|
Unary | 0 | Unary (1). | |
Default | 1 | Inverse document frequency, log(N / n_t). | |
Smooth | 2 | Smooth inverse document frequency, log(N / (1 + n_t)). | |
Max | 3 | Max inverse document frequency, log( max_t'{n_t} / n_t). | |
Probabilistic | 4 | Probabilistic inverse document frequency, log((N -n_t) / n_t). |
Accord.NET Framework © 2009-2017. All documentation is licensed under the Creative Commons Attribution/Share-Alike License.