4 instantiations of Map
Microsoft.ML.Tests (4)
Transformers\ValueMappingTests.cs (4)
229
var map = new[] { new
Map
() { Key = "foo", Value = 1 },
230
new
Map
() { Key = "bar", Value = 2 },
231
new
Map
() { Key = "test", Value = 3 },
232
new
Map
() { Key = "wahoo", Value = 4 }