1 write to WeightColumn
Microsoft.ML.Data (1)
Prediction\CalibratorCatalog.cs (1)
75WeightColumn = TrainerUtils.MakeR4ScalarWeightColumn(weightColumn);
2 references to WeightColumn
Microsoft.ML.Data (2)
Prediction\CalibratorCatalog.cs (2)
100checkColumnValid(WeightColumn, "weight"); 145_calibratorTrainer, input, LabelColumn.Name, ScoreColumn.Name, WeightColumn.Name);