DimensionReductionByAggregationResultResult Property |
Gets the result matrix. Rows correspond to the original data points, columns to the aggregated values.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IROMatrix<double> Result { get; init; }Property Value
IROMatrixDouble
See Also