Stores the result(s) of cross validation.
Constructor | Description |
Full Usage:
CrossValidationResult(numberOfPoints, numberOfY, numberOfFactors, multipleSpectralResiduals)
Parameters:
int
numberOfY : int
numberOfFactors : int
multipleSpectralResiduals : bool
|
|
Instance member | Description |
|
Get the cross PRESS vector.
|
|
Get the cross PRESS vector.
|
Full Usage:
this.GetPredictedY
Parameters:
int
-
Number of factors to use for prediction.
Returns: IROMatrix<float>
The matrix of predicted y.(Columns=number of concentrations, rows=Number of points).
Modifiers: abstract |
Gets the predicted y values for cross validation.
|
Full Usage:
this.GetPredictedYW
Parameters:
int
-
Number of factors to use for prediction.
Returns: IMatrix<float>
The matrix of predicted y.(Columns=number of concentrations, rows=Number of points).
|
Gets the predicted y values for cross validation.
|
Full Usage:
this.GetSpectralResidual
Parameters:
int
-
Number of factors to use for calculation.
Returns: IROMatrix<float>
The matrix of spectral residuals. (rows=Number of points).
Modifiers: abstract |
Gets the spectral residuals for cross validation.
|
Full Usage:
this.GetSpectralResidualW
Parameters:
int
-
Number of factors to use for calculation.
Returns: IMatrix<float>
The matrix of spectral residuals. (rows=Number of points).
|
Gets the spectral residuals for cross validation.
|
Full Usage:
this.MeanNumberOfExcludedSpectra
Returns: float
Modifiers: abstract |
Returns the mean number of excluded spectra during cross validation.
|