2 overrides of NeedCalibration
Microsoft.ML.StandardTrainers (2)
Standard\Online\AveragedPerceptron.cs (1)
194
private protected override bool
NeedCalibration
=> true;
Standard\Online\LinearSvm.cs (1)
268
private protected override bool
NeedCalibration
=> true;
1 reference to NeedCalibration
Microsoft.ML.StandardTrainers (1)
Standard\Online\OnlineLinear.cs (1)
271
Info = new TrainerInfo(calibration:
NeedCalibration
, supportIncrementalTrain: true);