TFIDFModel Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.Toolkit.Weighting
public class TFIDFModel : TermWeightingModelBase
The TFIDFModel type exposes the following members.
| Name | Description | |
|---|---|---|
| TFIDFModel | Initializes a new instance of the TFIDFModel class |
| Name | Description | |
|---|---|---|
| ModelElementICF | ||
| ModelElementIDF | ||
| ModelElementTF | ||
| modelMode |
Designates what model variation to use
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetTermWeightInDocument | (Overrides TermWeightingModelBaseGetTermWeightInDocument(String, SpaceDocumentModel, SpaceModel).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PrepareTheModel |
Prepares the model, according to modelMode (Overrides TermWeightingModelBasePrepareTheModel(SpaceModel).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Related paper of ICF: Ren, Fuji, and Mohammad Golam Sohrab. 2013. “Class-Indexing-Based Term Weighting for Automatic Text Classification.” Information Sciences 236. Elsevier Inc.: 109–25. doi:10.1016/j.ins.2013.02.029.