3 references to ColumnOptions
Microsoft.ML.Transforms (3)
GcnTransform.cs (1)
1006
: this(env, columns.Select(x => new
ColumnOptions
(x.outputColumnName, x.inputColumnName, norm, ensureZeroMean)).ToArray())
Text\TextFeaturizingEstimator.cs (2)
562
xfCols.Add(new LpNormNormalizingEstimator.
ColumnOptions
(dstCol, charFeatureCol, norm: tparams.LpNorm));
570
xfCols.Add(new LpNormNormalizingEstimator.
ColumnOptions
(dstCol, wordFeatureCol, norm: tparams.LpNorm));