6 instantiations of DataPoint
Microsoft.ML.Samples (6)
Dynamic\DataOperations\BootstrapSample.cs (6)
17new DataPoint() { Label = true, Feature = 1.017325f}, 18new DataPoint() { Label = false, Feature = 0.6326591f}, 19new DataPoint() { Label = false, Feature = 0.0326252f}, 20new DataPoint() { Label = false, Feature = 0.8426974f}, 21new DataPoint() { Label = true, Feature = 0.9947656f}, 22new DataPoint() { Label = true, Feature = 1.017325f},
2 references to DataPoint
Microsoft.ML.Samples (2)
Dynamic\DataOperations\BootstrapSample.cs (2)
46.CreateEnumerable<DataPoint>(resample, reuseRowObject: false); 49foreach (var row in enumerable)