4 writes to ThresholdColumn
Microsoft.ML.Data (2)
Scorers\PredictionTransformer.cs (2)
349
var args = new BinaryClassifierScorer.Arguments { Threshold = Threshold,
ThresholdColumn
= ThresholdColumn };
441
var args = new BinaryClassifierScorer.Arguments { Threshold = Threshold,
ThresholdColumn
= ThresholdColumn };
Microsoft.ML.StandardTrainers (2)
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (2)
328
var args = new BinaryClassifierScorer.Arguments { Threshold = _threshold,
ThresholdColumn
= _thresholdColumn };
363
var args = new BinaryClassifierScorer.Arguments { Threshold = _threshold,
ThresholdColumn
= _thresholdColumn };
1 reference to ThresholdColumn
Microsoft.ML.Data (1)
Scorers\BinaryClassifierScorer.cs (1)
128
Contracts.CheckRef(args, nameof(args)).
ThresholdColumn
, OutputTypeMatches, GetPredColType)