6 instantiations of InputData
Microsoft.ML.Samples (6)
Dynamic\DataOperations\FilterRowsByCustomPredicate.cs (6)
19new InputData() { Name = "Joey" }, 20new InputData() { Name = "Chandler" }, 21new InputData() { Name = "Ross" }, 22new InputData() { Name = "Monica" }, 23new InputData() { Name = "Rachel" }, 24new InputData() { Name = "Phoebe" },
4 references to InputData
Microsoft.ML.Samples (4)
Dynamic\DataOperations\FilterRowsByCustomPredicate.cs (4)
31foreach (var row in enumerableOfData) 48var filteredData = mlContext.Data.FilterByCustomPredicate<InputData>( 53.CreateEnumerable<InputData>(filteredData, 57foreach (var row in enumerable)