1 write to SlotMap
Microsoft.ML.Transforms (1)
HashJoiningTransform.cs (1)
132
SlotMap
= slotMap;
16 references to SlotMap
Microsoft.ML.Transforms (16)
HashJoiningTransform.cs (16)
137
if (Utils.Size(
SlotMap
) <= 1)
140
OutputColumnType = new VectorDataViewType(itemType,
SlotMap
.Length);
317
ctx.Writer.Write(Utils.Size(ex.
SlotMap
));
318
if (ex.
SlotMap
== null)
321
for (int i = 0; i < ex.
SlotMap
.Length; i++)
323
Host.Assert(ex.
SlotMap
[i].Distinct().Count() == ex.
SlotMap
[i].Length);
324
Host.Assert(ex.
SlotMap
[i].All(slot => 0 <= slot && slot < Infos[iColumn].TypeSrc.GetValueCount()));
325
ctx.Writer.WriteIntArray(ex.
SlotMap
[i]);
398
if (Utils.Size(ex.
SlotMap
) <= 1)
403
new VectorDataViewType(TextDataViewType.Instance, ex.
SlotMap
.Length), GetSlotNames);
413
Host.AssertValue(_exes[iinfo].
SlotMap
);
433
var slotList = _exes[iinfo].
SlotMap
[slot];
537
int[][] slotMap = _exes[iinfo].
SlotMap
;
579
Host.Assert(Utils.Size(_exes[iinfo].
SlotMap
) == 1);
581
var slots = _exes[iinfo].
SlotMap
[0];