CrossValidationResultGetPredictedYW Method |
Gets the predicted Y values for cross validation (writable).
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic IMatrix<double> GetPredictedYW(
int numberOfFactor
)
Parameters
- numberOfFactor Int32
- Number of factors to use for prediction.
Return Value
IMatrixDoubleThe matrix of predicted
Y values (writable). (Columns=number of concentrations, rows=Number of points).
See Also