Click or drag to resize
Accord.NET (logo)

TFIDFInverseDocumentFrequency Property

Gets the inverse document frequency vector used to scale term-frequency vectors.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double[] InverseDocumentFrequency { get; }
Request Example View Source

Property Value

Type: Double
See Also