5 instantiations of DataPoint
Microsoft.ML.Samples (5)
Dynamic\DataOperations\SaveAndLoadFromBinary.cs (5)
21new DataPoint(){ Label = 0, Features = 4}, 22new DataPoint(){ Label = 0, Features = 5}, 23new DataPoint(){ Label = 0, Features = 6}, 24new DataPoint(){ Label = 1, Features = 8}, 25new DataPoint(){ Label = 1, Features = 9},
3 references to DataPoint
Microsoft.ML.Samples (3)
Dynamic\DataOperations\SaveAndLoadFromBinary.cs (3)
19var dataPoints = new List<DataPoint>() 42.CreateEnumerable<DataPoint>(loadedData, reuseRowObject: false); 44foreach (DataPoint row in loadedDataEnumerable)