ChemometricCommandsGetOrQuestPreferredNumberOfFactors Method |
Gets the preferred number of factors for the specified table, prompting the user if necessary.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int GetOrQuestPreferredNumberOfFactors(
DataTable table
)
Parameters
- table DataTable
- The model table.
Return Value
Int32The preferred number of factors, or a negative value if unavailable.
See Also