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