Click or drag to resize

DimensionReductionByFactorizationResultMeanOfProcessData Property

Gets the mean values of the process data.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IReadOnlyCollection<double> MeanOfProcessData { get; init; }

Property Value

IReadOnlyCollectionDouble
See Also