MultivariateContentMementoTryConvertToDatasource Method |
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanTrue if the conversion was successful; otherwise, false.
See Also