6 writes to Feature
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},
1 reference to Feature
Microsoft.ML.Samples (1)
Dynamic\DataOperations\BootstrapSample.cs (1)
51Console.WriteLine($"{row.Label}\t{row.Feature}");