Click or drag to resize

PCRWorksheetAnalysisExport Method

Exports a table to a PLS2CalibrationSet

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void Export(
	DataTable table,
	out PCRCalibrationModel calibrationSet
)

Parameters

table  DataTable
The table where the calibration model is stored.
calibrationSet  PCRCalibrationModel
On return, contains the calibration model reconstructed from the table.
See Also