PLS2WorksheetAnalysisExport Method |
Exports a table to a PLS2CalibrationSet
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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