Click or drag to resize

WorksheetAnalysisStoreCalibrationModelInTable Method

Stores the calibrationSet into the data table table.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract void StoreCalibrationModelInTable(
	IMultivariateCalibrationModel calibrationSet,
	DataTable table
)

Parameters

calibrationSet  IMultivariateCalibrationModel
The data source.
table  DataTable
The table where to store the data of the calibrationSet.
See Also