6 instantiations of DataPoint
Microsoft.ML.Samples (6)
Dynamic\DataOperations\BootstrapSample.cs (6)
17
new
DataPoint
() { Label = true, Feature = 1.017325f},
18
new
DataPoint
() { Label = false, Feature = 0.6326591f},
19
new
DataPoint
() { Label = false, Feature = 0.0326252f},
20
new
DataPoint
() { Label = false, Feature = 0.8426974f},
21
new
DataPoint
() { Label = true, Feature = 0.9947656f},
22
new
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);
49
foreach (
var
row in enumerable)