4 writes to ThresholdColumn
Microsoft.ML.Data (4)
Scorers\PredictionTransformer.cs (4)
398
ThresholdColumn
= thresholdColumn;
409
ThresholdColumn
= thresholdColumn;
417
InitializationLogic(ctx, out Threshold, out
ThresholdColumn
);
423
InitializationLogic(ctx, out Threshold, out
ThresholdColumn
);
3 references to ThresholdColumn
Microsoft.ML.Data (3)
Scorers\PredictionTransformer.cs (2)
441
var args = new BinaryClassifierScorer.Arguments { Threshold = Threshold, ThresholdColumn =
ThresholdColumn
};
457
ctx.SaveString(
ThresholdColumn
);
TrainCatalog.cs (1)
296
return new BinaryPredictionTransformer<TModel>(Environment, model.Model, model.TrainSchema, model.FeatureColumnName, threshold, model.
ThresholdColumn
);