kernelComputeWeightTask Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.PartOfSpeech.TFModels.webLemma.kernels
public class kernelComputeWeightTask
The kernelComputeWeightTask type exposes the following members.
| Name | Description | |
|---|---|---|
| kernelComputeWeightTask |
Prepares weight computation task for lemmas provided
|
| Name | Description | |
|---|---|---|
| documentFrequencyMax |
Highest document frequency
| |
| documentSetFrequencyMax |
Highest document set frequency
| |
| forSingleWebSite | ||
| lemmas |
Lemmas sent to weight computation kernel
| |
| loger | ||
| settings | ||
| termCount |
Total number of distinct terms
| |
| termFrequencyMax |
Highest term frequency
| |
| termFrequencyTotal |
Sum of all term frequencies, i.e. total number of words processed
| |
| weightMax |
Max. weight before normalizatipon
|
| 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.) | |
| 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.) |