Click or drag to resize

PLS1RegressionInternalGetPredictionScores Method

Calculates the prediction scores (for use with the preprocessed spectra).

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override 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