1 instantiation of DataPoint
Microsoft.ML.Samples (1)
Dynamic\Trainers\Regression\FastTree.cs (1)
79yield return new DataPoint
3 references to DataPoint
Microsoft.ML.Samples (3)
Dynamic\Trainers\Regression\FastTree.cs (3)
31labelColumnName: nameof(DataPoint.Label), 32featureColumnName: nameof(DataPoint.Features)); 72private static IEnumerable<DataPoint> GenerateRandomDataPoints(int count,