2 references to GenerateRandomDataPoints
Microsoft.ML.Samples (2)
Dynamic\Trainers\Regression\LightGbmWithOptions.cs (2)
24
var dataPoints =
GenerateRandomDataPoints
(1000);
60
GenerateRandomDataPoints
(5, seed: 123));