Click or drag to resize
Accord.NET (logo)

TFIDF Properties

The TFIDF type exposes the following members.

Properties
  NameDescription
Public propertyCounts
Gets the number of documents that contain each code word. Each element is associated with a word, and the value of the element gives the number of documents that contain this word.
Public propertyIdf
Gets or sets the inverse document frequency (IDF) definition to be used.
Public propertyInverseDocumentFrequency
Gets the inverse document frequency vector used to scale term-frequency vectors.
Public propertyNumberOfDocuments
Gets the total number of documents considered by this TF-IDF.
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
Public propertyNumberOfWords
Gets the number of words in this codebook.
Public propertyParallelOptions
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.)
Public propertyTf
Gets or sets the term frequency (TF) definition to be used.
Public propertyToken
Gets or sets a cancellation token that can be used to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.)
Public propertyUpdateDictionary
Top
See Also