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