Click or drag to resize

DimensionReductionNoneResultSaveResultToTable Method

Saves the result to a destination table.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void 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.

Implements

IDimensionReductionResultSaveResultToTable(DimensionReductionOutputOptions, DataTable, DataTable, Int32, Double, MatrixDouble, IEnsembleProcessingAuxiliaryData)
See Also