ChemometricCommandsQuestPLSAnalysisOptions Method |
Prompts the user for PLS analysis options.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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