Click or drag to resize

ChemometricCommandsQuestPreferredNumberOfFactors(DimensionReductionAndRegressionDataSource) Method

Prompts the user for the preferred number of factors for the specified analysis result.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int QuestPreferredNumberOfFactors(
	DimensionReductionAndRegressionDataSource? dsource
)

Parameters

dsource  DimensionReductionAndRegressionDataSource
The dimension reduction and regression data source.

Return Value

Int32
The preferred number of factors.
See Also