1 override of NeedCalibration
Microsoft.ML.FastTree (1)
RandomForestClassification.cs (1)
176
private protected override bool
NeedCalibration
=> true;
2 references to NeedCalibration
Microsoft.ML.FastTree (2)
FastTree.cs (2)
129
Info = new TrainerInfo(normalization: false, caching: false, calibration:
NeedCalibration
, supportValid: true, supportTest: true);
151
Info = new TrainerInfo(normalization: false, caching: false, calibration:
NeedCalibration
, supportValid: true, supportTest: true);