1 write to _summaryTermProb
Microsoft.ML.Transforms (1)
Text\LdaSingleBox.cs (1)
131
_summaryTermProb
= new float[_numSummaryTerms];
2 references to _summaryTermProb
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]);