1 type derived from DataPoint
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (1)
150private class TransformedDataPoint : DataPoint
1 instantiation of DataPoint
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (1)
130yield return new DataPoint
4 references to DataPoint
Microsoft.ML.Samples (4)
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (4)
38string labelColumnName = nameof(DataPoint.Label); 39string featureColumnName = nameof(DataPoint.Features); 89var dataPoint = dataPoints[i]; 123private static IEnumerable<DataPoint> GenerateRandomDataPoints(int count,