Click or drag to resize

CrossValidationResultEvaluatorEhCrossValidationWorker Method

Computes predictions and spectral residuals for the specified group and stores them in the associated CrossValidationResult.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhCrossValidationWorker(
	int[] group,
	Matrix<double> XX,
	Matrix<double> YY,
	Matrix<double> XU,
	Matrix<double> YU
)

Parameters

group  Int32
Indices of the observations used for prediction.
XX  MatrixDouble
Unprocessed spectra used for analysis.
YY  MatrixDouble
Unprocessed target variables used for analysis.
XU  MatrixDouble
Unprocessed spectra used for prediction.
YU  MatrixDouble
Unprocessed target variables corresponding to XU.
See Also