1 write to ItemScoresPerTopic
Microsoft.ML.Transforms (1)
Text\LdaTransform.cs (1)
203
ItemScoresPerTopic
= itemScoresPerTopic;
5 references to ItemScoresPerTopic
Microsoft.ML.IntegrationTests (3)
IntrospectiveTraining.cs (3)
196
Assert.False(ldaDetails.
ItemScoresPerTopic
== null && ldaDetails.WordScoresPerTopic == null);
197
if (ldaDetails.
ItemScoresPerTopic
!= null)
198
Assert.Equal(numTopics, ldaDetails.
ItemScoresPerTopic
.Count);
Microsoft.ML.Transforms (2)
Text\LdaTransform.cs (2)
798
if (summary.
ItemScoresPerTopic
!= null)
801
foreach (var itemScores in summary.
ItemScoresPerTopic
)