MetricsBase Class |
Namespace: imbNLP.Toolkit.Documents.Analysis
public abstract class MetricsBase
The MetricsBase type exposes the following members.
| Name | Description | |
|---|---|---|
| MetricsBase | Initializes a new instance of the MetricsBase class |
| Name | Description | |
|---|---|---|
| Divide(Double) |
Divides the specified b.
| |
| DivideT(T) |
Divides the specified b.
| |
| 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.) | |
| Init |
Initializes this instance, registers all Integers and Doubles
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MinusT |
Minuses the specified b.
| |
| PlusT |
Pluses the specified b.
| |
| Power(Double) |
Powers the specified b.
| |
| PowerT(T) |
Powers the specified b.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |