Click or drag to resize

PCRRegressionInternalGetPredictionScores Method

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

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