WorksheetAnalysisPredictValues(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection, 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.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void PredictValues(
DataTable tableWithSpectraToPredict,
IAscendingIntegerCollection selectedColumns,
IAscendingIntegerCollection selectedRows,
int numberOfFactors,
DataTable tableContainingModel,
DataTable destTable
)
Parameters
- tableWithSpectraToPredict DataTable
- Table holding the specta to predict values for.
- selectedColumns IAscendingIntegerCollection
- Columns selected in the source table.
- selectedRows IAscendingIntegerCollection
- Rows selected in the source table.
- 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