WorksheetAnalysisGetCalibrationModel Method |
Returns an instance of the calibration model specific for the multivariate analysis.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract IMultivariateCalibrationModel GetCalibrationModel(
DataTable calibTable
)
Parameters
- calibTable DataTable
- The table where the calibration model is stored.
Return Value
IMultivariateCalibrationModelInstance of the calibration model (in more handy format).
See Also