ContentMetrics Class |
[Missing <summary> documentation for "T:imbNLP.Toolkit.Documents.Analysis.ContentMetrics"]
Namespace: imbNLP.Toolkit.Documents.Analysis
public class ContentMetrics : MetricsBase
The ContentMetrics type exposes the following members.
| Name | Description | |
|---|---|---|
| ContentMetrics | Initializes a new instance of the ContentMetrics class | |
| ContentMetrics(String) | Initializes a new instance of the ContentMetrics class |
| Name | Description | |
|---|---|---|
| Class | Number of classes in the dataset | |
| Documents | Number of documents in the data set | |
| DocumentSets | Number of document sets in the dataset | |
| Doubles | (Inherited from MetricsBase.) | |
| Integers | (Inherited from MetricsBase.) | |
| Name | name of the entry | |
| RenderLength | Total number of characters in rendered textural representation | |
| SourceLength | Total number of characters in source codes of the documents | |
| StemmedTokensDoc | Number of stemmed terms, in the dataset | |
| Terms | Distinct terms in the class, summed on category level (after stemming) | |
| TokensDoc | Number of tokens in the documents | |
| UniqueTokensDoc | Number of distinct tokens in the dataset, before stemming |
| Name | Description | |
|---|---|---|
| Divide(Double) |
Divides the specified b.
(Inherited from MetricsBase.) | |
| DivideT(T) |
Divides the specified b.
(Inherited from MetricsBase.) | |
| 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
(Inherited from MetricsBase.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MinusT |
Minuses the specified b.
(Inherited from MetricsBase.) | |
| PlusT |
Pluses the specified b.
(Inherited from MetricsBase.) | |
| Power(Double) |
Powers the specified b.
(Inherited from MetricsBase.) | |
| PowerT(T) |
Powers the specified b.
(Inherited from MetricsBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |