1 write to _slotToValueSet
Microsoft.ML.Data (1)
Transforms\InvertHashUtils.cs (1)
182
_slotToValueSet
= new Dictionary<int, HashSet<Pair>>();
7 references to _slotToValueSet
Microsoft.ML.Data (7)
Transforms\InvertHashUtils.cs (7)
231
int count =
_slotToValueSet
.Count;
245
foreach (var p in
_slotToValueSet
)
259
foreach (var p in
_slotToValueSet
)
275
if (
_slotToValueSet
.TryGetValue(dstSlot, out pairSet))
281
pairSet =
_slotToValueSet
[dstSlot] = new HashSet<Pair>(_comparer);
290
if (
_slotToValueSet
.TryGetValue(dstSlot, out pairSet))
296
pairSet =
_slotToValueSet
[dstSlot] = new HashSet<Pair>(_comparer);