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