Click or drag to resize

DimensionReductionAndRegressionPreprocessedXDataSource(DataTableProxy, IDataSourceImportOptions) Constructor

Initializes a new instance of the DimensionReductionAndRegressionPreprocessedXDataSource class.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DimensionReductionAndRegressionPreprocessedXDataSource(
	DataTableProxy inputData,
	IDataSourceImportOptions importOptions
)

Parameters

inputData  DataTableProxy
The input data designates the table that provides the preprocessing settings.
importOptions  IDataSourceImportOptions
The data source import options.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if inputData or importOptions is null.
See Also