3 references to CountTableEstimator
Microsoft.ML.Transforms (3)
Dracula\CountTableTransformer.cs (1)
511estimator = new CountTableEstimator(env, options.LabelColumn, builder.CreateComponent(env), columnOptions);
Dracula\CountTargetEncodingTransformer.cs (2)
135: this(env, new CountTableEstimator(env, labelColumnName, countTableBuilder, 195_countTableEstimator = new CountTableEstimator(_host, options.LabelColumn, builder.CreateComponent(_host), columns);