SpectralPreprocessingOptionsBaseExecuteForPrediction Method |
Executes the preprocessing pipeline for prediction using previously captured auxiliary data.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic (double[] , Matrix<double> y, int[] ) ExecuteForPrediction(
double[] x,
Matrix<double> y,
int[]? regions,
IEnsembleProcessingAuxiliaryData auxiliaryData
)
Parameters
- x Double
- The shared x-values.
- y MatrixDouble
- The matrix containing one spectrum per column.
- regions Int32
- Optional region identifiers for the x-values.
- auxiliaryData IEnsembleProcessingAuxiliaryData
- The auxiliary data captured during training.
Return Value
ValueTupleDouble,
MatrixDouble,
Int32The processed x-values, processed spectra, and processed regions.
Implements
ISingleSpectrumPreprocessorExecuteForPrediction(Double, MatrixDouble, Int32, IEnsembleProcessingAuxiliaryData)
See Also