1 override of NeedCalibration
Microsoft.ML.FastTree (1)
GamClassification.cs (1)
80
private protected override bool
NeedCalibration
=> true;
2 references to NeedCalibration
Microsoft.ML.FastTree (2)
GamTrainer.cs (2)
189
Info = new TrainerInfo(normalization: false, calibration:
NeedCalibration
, caching: false, supportValid: true);
213
Info = new TrainerInfo(normalization: false, calibration:
NeedCalibration
, caching: false, supportValid: true);