1 instantiation of TrainRow
Microsoft.ML.PerformanceTests (1)
ShuffleRowsBench.cs (1)
23
_rows[i] = new
TrainRow
() { Sample = i.ToString(), Week = i, Label = i / 2 };
2 references to TrainRow
Microsoft.ML.PerformanceTests (2)
ShuffleRowsBench.cs (2)
14
private
TrainRow
[] _rows;
20
_rows = new
TrainRow
[10_000];