1 instantiation of ItemScore
Microsoft.ML.Transforms (1)
Text\LdaTransform.cs (1)
347itemScores.Add(new ModelParameters.ItemScore(p.Key, p.Value));
5 references to ItemScore
Microsoft.ML.Transforms (5)
Text\LdaTransform.cs (5)
196public readonly IReadOnlyList<IReadOnlyList<ItemScore>> ItemScoresPerTopic; 201internal ModelParameters(IReadOnlyList<IReadOnlyList<ItemScore>> itemScoresPerTopic) 340var itemScoresPerTopicBuilder = ImmutableArray.CreateBuilder<List<ModelParameters.ItemScore>>(); 344var itemScores = new List<ModelParameters.ItemScore>(); 803foreach (var itemScore in itemScores)