IDimensionReductionResultSaveResultToTable Method |
Saves the result to a destination table.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid SaveResultToTable(
DimensionReductionOutputOptions outputOptions,
DataTable sourceTable,
DataTable destinationTable,
int[] columnNumbersOfSpectraInSourceTable,
double[] xValuesOfPreprocessedSpectra,
Matrix<double> preprocessedSpectra,
IEnsembleProcessingAuxiliaryData auxiliaryData
)
Parameters
- outputOptions DimensionReductionOutputOptions
- The output options specifying what to save.
- sourceTable DataTable
- The source table containing the original data.
- destinationTable DataTable
- The destination table that will receive the result data.
- columnNumbersOfSpectraInSourceTable Int32
- Column indices of the spectra in sourceTable.
- xValuesOfPreprocessedSpectra Double
- X values associated with the preprocessed spectra.
- preprocessedSpectra MatrixDouble
- The matrix of preprocessed spectra.
- auxiliaryData IEnsembleProcessingAuxiliaryData
- Auxiliary data resulting from ensemble processing.
See Also