1 type derived from DataPoint
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\Hash.cs (1)
103public class TransformedDataPoint : DataPoint
5 instantiations of DataPoint
Microsoft.ML.Samples (5)
Dynamic\Transforms\Conversion\Hash.cs (5)
18new DataPoint() { Category = "MLB" , Age = 18 }, 19new DataPoint() { Category = "NFL" , Age = 14 }, 20new DataPoint() { Category = "NFL" , Age = 15 }, 21new DataPoint() { Category = "MLB" , Age = 18 }, 22new DataPoint() { Category = "MLS" , Age = 14 },