WorksheetAnalysisIsDimensionReductionAndRegressionModel Method |
Determines whether the specified table uses a dimension-reduction-and-regression data source.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected static bool IsDimensionReductionAndRegressionModel(
DataTable table,
out DimensionReductionAndRegressionDataSource dataSource
)
Parameters
- table DataTable
- The table to inspect.
- dataSource DimensionReductionAndRegressionDataSource
- Receives the matching data source if one is attached to the table.
Return Value
Booleantrue if the table uses a matching data source; otherwise,
false.
See Also