1 instantiation of DataPoint
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEstimators.cs (1)
732
yield return new
DataPoint
2 references to DataPoint
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEstimators.cs (2)
723
private static IEnumerable<
DataPoint
> GenerateRandomDataPoints(int count,
748
.MapValueToKey(nameof(
DataPoint
.Label))