Click or drag to resize

PLS2WorksheetAnalysisIsPLS2CalibrationModel Method

Determines whether the specified table stores a PLS2 calibration model.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsPLS2CalibrationModel(
	DataTable table
)

Parameters

table  DataTable
The table to inspect.

Return Value

Boolean
true if the table stores a PLS2 calibration model; otherwise, false.
See Also