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