3 references to LabelColumn
Microsoft.ML.Transforms (3)
Dracula\CountTableTransformer.cs (3)
472
estimator = CountTargetEncodingEstimator.LoadFromFile(env, options.InitialCountsModel, options.
LabelColumn
,
493
estimator = new CountTableEstimator(env, options.
LabelColumn
, columnOptions);
511
estimator = new CountTableEstimator(env, options.
LabelColumn
, builder.CreateComponent(env), columnOptions);