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