Click or drag to resize

ChemometricCommandsGetAvailablePLSCalibrationTables Method

Gets the available tables that contain PLS calibration models.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IEnumerable<DataTable> GetAvailablePLSCalibrationTables()

Return Value

IEnumerableDataTable
The available calibration tables.
See Also