WorksheetAnalysisCalculateAndStorePredictionScores(DataTable, Int32) Method |
Calculates and stores prediction scores for all dependent variables.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CalculateAndStorePredictionScores(
DataTable table,
int preferredNumberOfFactors
)
Parameters
- table DataTable
- The table that stores the calibration model and receives the prediction scores.
- preferredNumberOfFactors Int32
- The preferred number of factors used for the calculation.
See Also