Click or drag to resize

DimensionReductionByAggregationResult Constructor

Initializes a new instance of the DimensionReductionByAggregationResult record.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DimensionReductionByAggregationResult(
	IROMatrix<double> result,
	ImmutableList<KindOfAggregation> aggregationKinds
)

Parameters

result  IROMatrixDouble
The aggregation result matrix.
aggregationKinds  ImmutableListKindOfAggregation
The aggregation kinds used for the result columns.
See Also