MultivariateRegressionSetCalibrationModel Method |
This sets the calibration model data of the analysis to the provided data. This can be used to set back previously stored
calibration data for use in the prediction functions.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract void SetCalibrationModel(
IMultivariateCalibrationModel calibrationModel
)
Parameters
- calibrationModel IMultivariateCalibrationModel
- The calibration set for use in the analysis. The provided calibration model have to correspond to
the type of analysis.
See Also