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