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