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