3 instantiations of ColumnOptions
Microsoft.ML.Transforms (3)
Dracula\CountTargetEncodingTransformer.cs (3)
127columnOptions.Select(col => new CountTableEstimator.ColumnOptions(col.Name, col.Name, col.CountTableBuilder, col.PriorCoefficient, col.LaplaceScale, col.Seed)).ToArray()), 462columnOptions[i] = new CountTableEstimator.ColumnOptions( 517new[] { new CountTableEstimator.ColumnOptions(outputColumnName, inputColumnName, builder, priorCoefficient, laplaceScale) },
5 references to ColumnOptions
Microsoft.ML.Transforms (5)
Dracula\CountTableTransformer.cs (2)
90params ColumnOptions[] columns) 479var columnOptions = new CountTableEstimator.ColumnOptions[options.Columns.Length];
Dracula\CountTargetEncodingTransformer.cs (3)
123internal CountTargetEncodingEstimator(IHostEnvironment env, string labelColumnName, CountTableEstimator.ColumnOptions[] columnOptions, 199var columns = new CountTableEstimator.ColumnOptions[options.Columns.Length]; 459var columnOptions = new CountTableEstimator.ColumnOptions[columns.Length];