1 type derived from DataPoint
Microsoft.ML.Samples (1)
Dynamic\Transforms\Conversion\MapValueToKeyMultiColumn.cs (1)
118
private class TransformedData :
DataPoint
4 instantiations of DataPoint
Microsoft.ML.Samples (4)
Dynamic\Transforms\Conversion\MapValueToKeyMultiColumn.cs (4)
21
new
DataPoint
() { StudyTime = "0-4yrs" , Course = "CS" },
22
new
DataPoint
() { StudyTime = "6-11yrs" , Course = "CS" },
23
new
DataPoint
() { StudyTime = "12-25yrs" , Course = "LA" },
24
new
DataPoint
() { StudyTime = "0-5yrs" , Course = "DS" }