2 writes to _thresholdColumn
Microsoft.ML.StandardTrainers (2)
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (2)
312
_thresholdColumn
= thresholdColumn;
358
_thresholdColumn
= ctx.LoadString();
3 references to _thresholdColumn
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
};
418
ctx.SaveString(
_thresholdColumn
);