Click or drag to resize

ChemometricCommandsGetPreferredNumberOfFactorsAndNumberOfConcentrations Method

Gets the preferred number of factors together with the number of concentration data columns.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static (int preferredNumberOfFactors, int numberOfConcentrationData) GetPreferredNumberOfFactorsAndNumberOfConcentrations(
	DataTable table
)

Parameters

table  DataTable
The model table.

Return Value

ValueTupleInt32, Int32
The preferred number of factors and the number of concentration data columns.
See Also