| Name | Description |
---|
| ExecuteAnalysis(AltaxoDocument, DataTableMatrixProxyWithMultipleColumnHeaderColumns, DimensionReductionAndRegressionOptions, DataTable) |
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.
|
| ExecuteAnalysis(IMatrixDouble, IMatrixDouble, DimensionReductionAndRegressionOptions, DataTable, IReadOnlyListDouble) |
Execute an analysis and stores the result in the provided table.
|
| ExecuteAnalysis(AltaxoDocument, DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection, IAscendingIntegerCollection, Boolean, DimensionReductionAndRegressionOptions) |
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.
|
| ExecuteAnalysis(AltaxoDocument, DataTableMatrixProxyWithMultipleColumnHeaderColumns, IMatrixDouble, IMatrixDouble, Double, DimensionReductionAndRegressionOptions, DataTable, DimensionReductionAndRegressionResult) |
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.
|