2 instantiations of ColumnOptions
Microsoft.ML.Transforms (2)
HashJoiningTransform.cs (2)
271
_exes[i] = new
ColumnOptions
(slotMap, numberOfBits, hashSeed, ordered);
343
return new
ColumnOptions
(slotMap, numberOfBits, hashSeed, ordered);
6 references to ColumnOptions
Microsoft.ML.Transforms (6)
HashJoiningTransform.cs (6)
176
private readonly
ColumnOptions
[] _exes;
207
_exes = new
ColumnOptions
[Infos.Length];
241
_exes = new
ColumnOptions
[Infos.Length];
309
var
ex = _exes[iColumn];
330
private
ColumnOptions
CreateColumnOptionsEx(bool join, string customSlotMap, int numberOfBits, uint hashSeed, bool ordered, ColInfo colInfo)
397
var
ex = _exes[i];