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