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