Click or drag to resize

MultivariateRegressionInternalGetPredictionScores Method

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

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