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)
349LdaInterface.GetTopicSummary(_engine, topicId, _summaryTerm, _summaryTermProb, ref length); 353topicSummary[i] = new KeyValuePair<int, float>(_summaryTerm[i], _summaryTermProb[i]);