1 instantiation of PivotColumnOptions
Microsoft.ML.Transforms (1)
UngroupTransform.cs (1)
339
infos[i] = new
PivotColumnOptions
(name, col, colType.Size, colType.ItemType);
9 references to PivotColumnOptions
Microsoft.ML.Transforms (9)
UngroupTransform.cs (9)
246
private readonly
PivotColumnOptions
[] _infos;
285
var
info = _infos[i];
321
string[] pivotColumns, out
PivotColumnOptions
[] infos)
327
infos = new
PivotColumnOptions
[pivotColumns.Length];
378
foreach (
var
ex in _infos)
401
public
PivotColumnOptions
GetPivotColumnOptions(int iinfo)
407
public
PivotColumnOptions
GetPivotColumnOptionsByCol(int col)
431
foreach (
var
ex in _infos)
492
var
info = _ungroupBinding.GetPivotColumnOptions(i);