Click or drag to resize

MultivariateContentMementoTryConvertToDatasource Method


Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool TryConvertToDatasource(
	MultivariateContentMemento plsMemo,
	out DimensionReductionAndRegressionDataSource dataSource
)

Parameters

plsMemo  MultivariateContentMemento
The PLS memo to convert.
dataSource  DimensionReductionAndRegressionDataSource
On success, the converted data source.

Return Value

Boolean
True if the conversion was successful; otherwise, false.
See Also