2 references to GenerateRandomDataPoints
Microsoft.ML.Samples (2)
Dynamic\Trainers\Ranking\FastTreeWithOptions.cs (2)
24
var dataPoints =
GenerateRandomDataPoints
(1000);
52
GenerateRandomDataPoints
(500, seed: 123));