2 references to Features
Microsoft.ML.IntegrationTests (2)
DataTransformation.cs (2)
213
for (int i = 0; i < row.
Features
.Length; i++)
214
Assert.InRange(row.
Features
[i], (uint)0, (uint)Math.Pow(2, 31));