LatentDirichletAllocation Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbNLP.Toolkit.TopicModels.LDA.LatentDirichletAllocation"]
Namespace: imbNLP.Toolkit.TopicModels.LDA
public class LatentDirichletAllocation : TopicModelBase
The LatentDirichletAllocation type exposes the following members.
| Name | Description | |
|---|---|---|
| LatentDirichletAllocation | Initializes a new instance of the LatentDirichletAllocation class |
| Name | Description | |
|---|---|---|
| DocumentTopicCounts | ||
| rnd | ||
| settings | ||
| topics | ||
| TopicToWords | ||
| TotalWordCount | ||
| TotalWordToDocument | ||
| TotalWordToTopic | ||
| Words |
| Name | Description | |
|---|---|---|
| CalcParameter | ||
| 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.) | |
| PrepareTheModel | (Overrides TopicModelBasePrepareTheModel(SpaceModel).) | |
| ProjectTopics | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| dt | ||
| ndsum | ||
| nwsum | ||
| p | ||
| phi |
The phi - Topic -> Word distributions
| |
| theta |
The theta - Document -> Topic distributions
| |
| TopicAssigment | ||
| WordToTopic |