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