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