MultivariateRegressionInternalGetPredictionScores Method |
Calculates the prediction scores (for use with the preprocessed spectra).
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected abstract void InternalGetPredictionScores(
int numberOfFactors,
IMatrix<double> predictionScores
)
Parameters
- numberOfFactors Int32
- Number of factors used to calculate the prediction scores.
- predictionScores IMatrixDouble
- Supplied matrix for holding the prediction scores.
See Also