TermDiscriminatingPower Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.Toolkit.Weighting.Metrics
public class TermDiscriminatingPower
The TermDiscriminatingPower type exposes the following members.
| Name | Description | |
|---|---|---|
| TermDiscriminatingPower |
Initializes a new instance of the TermDiscriminatingPower class - for XML Serialization
| |
| TermDiscriminatingPower(String) |
Initializes a new instance of the TermDiscriminatingPower class - sets the term
|
| Name | Description | |
|---|---|---|
| a |
number of documents in the positive catogory which contain this term
| |
| b |
number of documents in the positive catogory which do not contain this term
| |
| c |
number of documents in a negative catogory which contain this term
| |
| d |
number of documents in a negative catogory which do not contain this term
| |
| term |
| Name | Description | |
|---|---|---|
| Compute |
Computes the factor
| |
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |