2 references to ColumnOptions
Microsoft.ML.Transforms (2)
EntryPoints\TextAnalytics.cs (1)
123
var cols = input.Columns.Select(colPair => new LatentDirichletAllocationEstimator.
ColumnOptions
(colPair, input)).ToArray();
Text\LdaTransform.cs (1)
728
var cols = options.Columns.Select(colPair => new LatentDirichletAllocationEstimator.
ColumnOptions
(colPair, options)).ToArray();