4 references to ColumnOptions
Microsoft.ML.Transforms (4)
GcnTransform.cs (2)
251cols[i] = new LpNormNormalizingEstimator.ColumnOptions( 1006: this(env, columns.Select(x => new ColumnOptions(x.outputColumnName, x.inputColumnName, norm, ensureZeroMean)).ToArray())
Text\TextFeaturizingEstimator.cs (2)
568xfCols.Add(new LpNormNormalizingEstimator.ColumnOptions(dstCol, charFeatureCol, norm: tparams.LpNorm)); 576xfCols.Add(new LpNormNormalizingEstimator.ColumnOptions(dstCol, wordFeatureCol, norm: tparams.LpNorm));