Click or drag to resize

ChemometricCommandsQuestPCAAnalysisOptions Method

Prompts the user for PCA analysis options.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool QuestPCAAnalysisOptions(
	out DimensionReductionOptions options
)

Parameters

options  DimensionReductionOptions
Receives the selected options.

Return Value

Boolean
if the user confirmed the dialog; otherwise, .
See Also