@author hankcs
LdaInterpreter
01 Syntax
Microsoft.VisualBasic.Data.NLP.LDA.LdaInterpreter
02 Methods
03 Members
To translate a LDA matrix to readable result
Parameters
| Name | Type | Description |
|---|---|---|
phi | Double()() | the LDA model |
vocabulary | Vocabulary | - |
limit | Int32 | limit of max words in a topic |
Returns
a map array
explain(
IDictionary(Of String, Double)(), TextWriter)To print the result in a well formatted form
Parameters
| Name | Type | Description |
|---|---|---|
result | IDictionary(Of String, Double)() | - |