2 references to Features
Microsoft.ML.Samples (2)
Dynamic\Transforms\Text\LatentDirichletAllocation.cs (2)
74
for (int i = 0; i < prediction.
Features
.Length; i++)
75
Console.Write($"{prediction.
Features
[i]:F4} ");