Click or drag to resize

PCRRegressionInternalGetPredictionScores Method

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

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected override void InternalGetPredictionScores(
	int numFactors,
	IMatrix<double> predictionScores
)

Parameters

numFactors  Int32

[Missing <param name="numFactors"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.PCRRegression.InternalGetPredictionScores(System.Int32,Altaxo.Calc.LinearAlgebra.IMatrix{System.Double})"]

predictionScores  IMatrixDouble
Supplied matrix for holding the prediction scores.
See Also