Click or drag to resize

ChemometricCommandsQuestPLSAnalysisOptions Method

Prompts the user for PLS 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 QuestPLSAnalysisOptions(
	out DimensionReductionAndRegressionOptions options
)

Parameters

options  DimensionReductionAndRegressionOptions
Receives the selected options.

Return Value

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