1 instantiation of WordItemScore
Microsoft.ML.Transforms (1)
Text\LdaTransform.cs (1)
365
wordScores.Add(new ModelParameters.
WordItemScore
(p.Key, slotName.ToString(), p.Value));
5 references to WordItemScore
Microsoft.ML.Transforms (5)
Text\LdaTransform.cs (5)
199
public readonly IReadOnlyList<IReadOnlyList<
WordItemScore
>> WordScoresPerTopic;
206
internal ModelParameters(IReadOnlyList<IReadOnlyList<
WordItemScore
>> wordScoresPerTopic)
357
var wordScoresPerTopicBuilder = ImmutableArray.CreateBuilder<List<ModelParameters.
WordItemScore
>>();
361
var wordScores = new List<ModelParameters.
WordItemScore
>();
789
foreach (
var
wordScore in wordScores)