MultivariateRegressionSetCalibrationModel Method |
Sets the calibration model data of the analysis to the provided data. This can be used to restore previously stored
calibration data for use in the prediction functions.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic abstract void SetCalibrationModel(
IMultivariateCalibrationModel calibrationModel
)
Parameters
- calibrationModel IMultivariateCalibrationModel
-
The calibration model to use in the analysis. The provided calibration model has to correspond to
the type of analysis.
See Also