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