Click or drag to resize

WorksheetAnalysisIsDimensionReductionAndRegressionModel Method

Determines whether the specified table uses a dimension-reduction-and-regression data source.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected 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

Boolean
true if the table uses a matching data source; otherwise, false.
See Also