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