Click or drag to resize

DimensionReductionDataSource(IXmlDeserializationInfo, Int32) Constructor

Initializes a new instance of the DimensionReductionDataSource 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 DimensionReductionDataSource(
	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