2 writes to _exes
Microsoft.ML.Transforms (2)
HashJoiningTransform.cs (2)
207
_exes
= new ColumnOptions[Infos.Length];
241
_exes
= new ColumnOptions[Infos.Length];
23 references to _exes
Microsoft.ML.Transforms (23)
HashJoiningTransform.cs (23)
212
_exes
[i] = CreateColumnOptionsEx(
271
_exes
[i] = new ColumnOptions(slotMap, numberOfBits, hashSeed, ordered);
309
var ex =
_exes
[iColumn];
395
for (int i = 0; i <
_exes
.Length; i++)
397
var ex =
_exes
[i];
413
Host.AssertValue(
_exes
[iinfo].SlotMap);
415
int n =
_exes
[iinfo].OutputValueCount;
433
var slotList =
_exes
[iinfo].SlotMap[slot];
487
if (
_exes
[iinfo].OutputValueCount == 1)
510
var mask = (1U <<
_exes
[iinfo].NumberOfBits) - 1;
511
var hashSeed =
_exes
[iinfo].HashSeed;
535
int n =
_exes
[iinfo].OutputValueCount;
537
int[][] slotMap =
_exes
[iinfo].SlotMap;
539
var mask = (1U <<
_exes
[iinfo].NumberOfBits) - 1;
540
var hashSeed =
_exes
[iinfo].HashSeed;
541
bool ordered =
_exes
[iinfo].Ordered;
579
Host.Assert(Utils.Size(
_exes
[iinfo].SlotMap) == 1);
581
var slots =
_exes
[iinfo].SlotMap[0];
587
var mask = (1U <<
_exes
[iinfo].NumberOfBits) - 1;
588
var hashSeed =
_exes
[iinfo].HashSeed;
589
bool ordered =
_exes
[iinfo].Ordered;
655
Host.Assert(iinfo >= 0 && iinfo <
_exes
.Length);
656
return
_exes
[iinfo].OutputColumnType;