Click or drag to resize

PLS1WorksheetAnalysisIsPLS1CalibrationModel Method

Determines whether the specified table stores a PLS1 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 IsPLS1CalibrationModel(
	DataTable table
)

Parameters

table  DataTable
The table to inspect.

Return Value

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