Click or drag to resize

ChemometricCommandsExportPLSCalibration Method

Exports a PLS calibration model from the specified table.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void ExportPLSCalibration(
	DataTable table
)

Parameters

table  DataTable
The table that contains the calibration model.
See Also