Click or drag to resize

DimensionReductionAndRegressionPreprocessedXDataSource(IXmlDeserializationInfo, Int32) Constructor

Initializes a new instance of the DimensionReductionAndRegressionPreprocessedXDataSource class during XML deserialization.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected DimensionReductionAndRegressionPreprocessedXDataSource(
	IXmlDeserializationInfo info,
	int version
)

Parameters

info  IXmlDeserializationInfo
The XML deserialization info.
version  Int32
The serialized version.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when the version is not supported.
See Also