Click or drag to resize

ICrossValidationResult Interface

Stores the result(s) of cross validation.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ICrossValidationResult

The ICrossValidationResult type exposes the following members.

Properties
 NameDescription
Public propertyCrossPRESS Get the cross PRESS vector.
Public propertyMeanNumberOfExcludedSpectra Returns the mean number of excluded spectra during cross validation.
Top
Methods
 NameDescription
Public methodGetPredictedY Gets the predicted y values for cross validation.
Public methodGetSpectralResidual Gets the spectral residuals for cross validation.
Top
See Also