Click or drag to resize

WorksheetAnalysisPredictValues(DataTableMatrixProxyWithMultipleColumnHeaderColumns, Int32, DataTable, DataTable) Method

This predicts the selected columns/rows against a user choosen calibration model. The orientation of spectra is given by the parameter spectrumIsRow.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void PredictValues(
	DataTableMatrixProxyWithMultipleColumnHeaderColumns proxy,
	int numberOfFactors,
	DataTable tableContainingModel,
	DataTable destTable
)

Parameters

proxy  DataTableMatrixProxyWithMultipleColumnHeaderColumns
Data proxy holding the spectra to predict values for.
numberOfFactors  Int32
Number of factors used to predict the values.
tableContainingModel  DataTable
The table where the calibration model is stored.
destTable  DataTable
The table to store the prediction result.
See Also