1 instantiation of DataPoint
Microsoft.ML.Samples (1)
Dynamic\Trainers\Regression\FastTreeWithOptions.cs (1)
95yield return new DataPoint
3 references to DataPoint
Microsoft.ML.Samples (3)
Dynamic\Trainers\Regression\FastTreeWithOptions.cs (3)
33LabelColumnName = nameof(DataPoint.Label), 34FeatureColumnName = nameof(DataPoint.Features), 88private static IEnumerable<DataPoint> GenerateRandomDataPoints(int count,