2 writes to ThresholdColumn
Microsoft.ML.Data (2)
Scorers\PredictionTransformer.cs (2)
328ThresholdColumn = thresholdColumn; 342ThresholdColumn = ctx.LoadString();
3 references to ThresholdColumn
Microsoft.ML.Data (3)
Scorers\PredictionTransformer.cs (2)
349var args = new BinaryClassifierScorer.Arguments { Threshold = Threshold, ThresholdColumn = ThresholdColumn }; 365ctx.SaveString(ThresholdColumn);
TrainCatalog.cs (1)
790return new AnomalyPredictionTransformer<TModel>(Environment, model.Model, model.TrainSchema, model.FeatureColumnName, threshold, model.ThresholdColumn);