1 instantiation of DataPoint
Microsoft.ML.Samples (1)
Dynamic\Trainers\MulticlassClassification\LogLossPerClass.cs (1)
81
yield return new
DataPoint
2 references to DataPoint
Microsoft.ML.Samples (2)
Dynamic\Trainers\MulticlassClassification\LogLossPerClass.cs (2)
30
.MapValueToKey(nameof(
DataPoint
.Label))
71
private static IEnumerable<
DataPoint
> GenerateRandomDataPoints(int count,