8 writes to Age
Microsoft.ML.Samples (8)
Dynamic\DataOperations\FilterRowsByKeyColumnFraction.cs (8)
22
new DataPoint(){
Age
= 21 },
23
new DataPoint(){
Age
= 40 },
24
new DataPoint(){
Age
= 38 },
25
new DataPoint(){
Age
= 22 },
26
new DataPoint(){
Age
= 40 },
27
new DataPoint(){
Age
= 40 },
28
new DataPoint(){
Age
= 22 },
29
new DataPoint(){
Age
= 21 }
3 references to Age
Microsoft.ML.Samples (3)
Dynamic\DataOperations\FilterRowsByKeyColumnFraction.cs (3)
46
Console.WriteLine($"{row.
Age
}");
79
Console.WriteLine($"{row.
Age
}");
108
Console.WriteLine($"{row.
Age
}");