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.3448.0 (4.8.3448.0)
Syntax
C#
public void EhCrossValidationWorker(
	int[] group,
	IMatrix<double> XX,
	IMatrix<double> YY,
	IMatrix<double> XU,
	IMatrix<double> YU
)

Parameters

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