Click or drag to resize

LatentDirichletAllocationSettingsK Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Targeted number of topics - parameter: K

Namespace:  imbNLP.Toolkit.TopicModels.LDA
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public int K { get; set; }

Property Value

Type: Int32
The n of topics.
See Also