Click or drag to resize

LatentDirichletAllocationDocumentTopicCounts Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "P:imbNLP.Toolkit.TopicModels.LDA.LatentDirichletAllocation.DocumentTopicCounts"]

Namespace:  imbNLP.Toolkit.TopicModels.LDA
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public Dictionary<SpaceDocumentModel, Dictionary<SpaceTopic, int>> DocumentTopicCounts { get; set; }

Property Value

Type: DictionarySpaceDocumentModel, DictionarySpaceTopic, Int32
See Also