Click or drag to resize

ChemometricCommandsGetOrQuestPreferredNumberOfFactors Method

Gets the preferred number of factors for the specified table, prompting the user if necessary.

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

Parameters

table  DataTable
The model table.

Return Value

Int32
The preferred number of factors, or a negative value if unavailable.
See Also