Click or drag to resize

PLS2WorksheetAnalysisExport 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 PLS2CalibrationModel calibrationSet
)

Parameters

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