Click or drag to resize

DimensionReductionAndRegressionPredictionDataSource(DimensionReductionAndRegressionPredictionProcessData, IDataSourceImportOptions) Constructor

Initializes a new instance of the DimensionReductionAndRegressionPredictionDataSource class.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DimensionReductionAndRegressionPredictionDataSource(
	DimensionReductionAndRegressionPredictionProcessData inputData,
	IDataSourceImportOptions importOptions
)

Parameters

inputData  DimensionReductionAndRegressionPredictionProcessData
The input data designates the location of the model table, and the data to predict.
importOptions  IDataSourceImportOptions
The data source import options.
Exceptions
ExceptionCondition
ArgumentNullException inputData or transformationOptions or importOptions
See Also