WorksheetAnalysisExecuteAnalysis(AltaxoDocument, DataTableMatrixProxyWithMultipleColumnHeaderColumns, DimensionReductionAndRegressionOptions, DataTable) Method |
Makes a PLS (a partial least squares) analysis of the table or the selected columns / rows and stores the results in a newly created table.
Here, the spectra are stored in the data columns of the proxy, the target variables are located in the ColumnHeaderColumns of the proxy.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual string? ExecuteAnalysis(
AltaxoDocument mainDocument,
DataTableMatrixProxyWithMultipleColumnHeaderColumns data,
DimensionReductionAndRegressionOptions options,
DataTable destinationTable
)
Parameters
- mainDocument AltaxoDocument
- The main document of the application.
- data DataTableMatrixProxyWithMultipleColumnHeaderColumns
- The matrix proxy that contains all data. Each spectrum is represented by a data column in the proxy. The target variables
are stored in the column header columns of the proxy.
- options DimensionReductionAndRegressionOptions
[Missing <param name="options"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.WorksheetAnalysis.ExecuteAnalysis(Altaxo.AltaxoDocument,Altaxo.Data.DataTableMatrixProxyWithMultipleColumnHeaderColumns,Altaxo.Calc.Regression.Multivariate.DimensionReductionAndRegressionOptions,Altaxo.Data.DataTable)"]
- destinationTable DataTable
- Destination table to store the results into.
Return Value
String[Missing <returns> documentation for "M:Altaxo.Calc.Regression.Multivariate.WorksheetAnalysis.ExecuteAnalysis(Altaxo.AltaxoDocument,Altaxo.Data.DataTableMatrixProxyWithMultipleColumnHeaderColumns,Altaxo.Calc.Regression.Multivariate.DimensionReductionAndRegressionOptions,Altaxo.Data.DataTable)"]
See Also