5 references to ColumnOptions
Microsoft.ML.Transforms (5)
Text\NgramHashingTransformer.cs (2)
346cols[i] = new NgramHashingEstimator.ColumnOptions( 1162: this(env, new ColumnOptions(outputColumnName, inputColumnNames, ngramLength, skipLength, useAllLengths, numberOfBits, seed, useOrderedHashing, maximumNumberOfInverts))
Text\TextCatalog.cs (2)
531new[] {new NgramHashingEstimator.ColumnOptions(outputColumnName, new[] { inputColumnName }, ngramLength: ngramLength, skipLength: skipLength, 577new[] {new NgramHashingEstimator.ColumnOptions(outputColumnName, inputColumnNames, ngramLength: ngramLength, skipLength: skipLength,
Text\WordHashBagProducingTransform.cs (1)
361new NgramHashingEstimator.ColumnOptions(column.Name, tmpColNames[iinfo],