ChemometricCommandsGetPreferredNumberOfFactorsAndNumberOfConcentrations Method |
Gets the preferred number of factors together with the number of concentration data columns.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static (int preferredNumberOfFactors, int numberOfConcentrationData) GetPreferredNumberOfFactorsAndNumberOfConcentrations(
DataTable table
)
Parameters
- table DataTable
- The model table.
Return Value
ValueTupleInt32,
Int32The preferred number of factors and the number of concentration data columns.
See Also