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