2 references to GenerateRandomDataPoints
Microsoft.ML.Samples (2)
Dynamic\Trainers\BinaryClassification\FastTreeWithOptions.cs (2)
24var dataPoints = GenerateRandomDataPoints(1000); 51.LoadFromEnumerable(GenerateRandomDataPoints(500, seed: 123));