2 writes to _threshold
Microsoft.ML.StandardTrainers (2)
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (2)
311
_threshold
= threshold;
357
_threshold
= ctx.Reader.ReadSingle();
3 references to _threshold
Microsoft.ML.StandardTrainers (3)
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (3)
328
var args = new BinaryClassifierScorer.Arguments { Threshold =
_threshold
, ThresholdColumn = _thresholdColumn };
363
var args = new BinaryClassifierScorer.Arguments { Threshold =
_threshold
, ThresholdColumn = _thresholdColumn };
417
ctx.Writer.Write(
_threshold
);