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