ChemometricCommandsExportPLSCalibration Method |
Exports a PLS calibration model from the specified table.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void ExportPLSCalibration(
DataTable table
)
Parameters
- table DataTable
- The table that contains the calibration model.
See Also