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