6 writes to Name
Microsoft.ML.Samples (6)
Dynamic\DataOperations\FilterRowsByCustomPredicate.cs (6)
19
new InputData() {
Name
= "Joey" },
20
new InputData() {
Name
= "Chandler" },
21
new InputData() {
Name
= "Ross" },
22
new InputData() {
Name
= "Monica" },
23
new InputData() {
Name
= "Rachel" },
24
new InputData() {
Name
= "Phoebe" },
3 references to Name
Microsoft.ML.Samples (3)
Dynamic\DataOperations\FilterRowsByCustomPredicate.cs (3)
33
Console.WriteLine(row.
Name
);
49
data, input => input.
Name
.StartsWith("r", StringComparison.OrdinalIgnoreCase));
59
Console.WriteLine(row.
Name
);