1 instantiation of DataPoint
Microsoft.ML.Samples (1)
Dynamic\Trainers\Regression\Sdca.cs (1)
76yield return new DataPoint
3 references to DataPoint
Microsoft.ML.Samples (3)
Dynamic\Trainers\Regression\Sdca.cs (3)
28labelColumnName: nameof(DataPoint.Label), 29featureColumnName: nameof(DataPoint.Features)); 69private static IEnumerable<DataPoint> GenerateRandomDataPoints(int count,