1 write to _summaryTerm
Microsoft.ML.Transforms (1)
Text\LdaSingleBox.cs (1)
130
_summaryTerm
= new int[_numSummaryTerms];
2 references to _summaryTerm
Microsoft.ML.Transforms (2)
Text\LdaSingleBox.cs (2)
349
LdaInterface.GetTopicSummary(_engine, topicId,
_summaryTerm
, _summaryTermProb, ref length);
353
topicSummary[i] = new KeyValuePair<int, float>(
_summaryTerm
[i], _summaryTermProb[i]);