Click or drag to resize

DimensionReductionAndRegressionPreprocessedXDataSourceProcessOptions Property

Gets or sets the data source options.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DimensionReductionAndRegressionOptions ProcessOptions { get; set; }

Property Value

DimensionReductionAndRegressionOptions
The data source options.
Remarks
This data source does not use additional options; therefore, the getter always returns and the setter is ignored.
See Also