Click or drag to resize

DimensionReductionByAggregationResultResult Property

Gets the result matrix. Rows correspond to the original data points, columns to the aggregated values.

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

Property Value

IROMatrixDouble
See Also