1 implementation of CombineParameters
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1820IParameterMixer IParameterMixer.CombineParameters(IList<IParameterMixer> calibrators)
2 references to CombineParameters
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
543/// Its implementation of <see cref="IParameterMixer.CombineParameters"/> combines both the predictors and the calibrators. 634var combinedCalibrator = calibrators[0].CombineParameters(calibrators);