Click or drag to resize

DimensionReductionByAggregationResult Class

Result of a dimension reduction by aggregation.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.MultivariateDimensionReductionByAggregationResult

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class DimensionReductionByAggregationResult : IDimensionReductionResult, 
	IEquatable<DimensionReductionByAggregationResult>

The DimensionReductionByAggregationResult type exposes the following members.

Constructors
 NameDescription
Public methodDimensionReductionByAggregationResult Initializes a new instance of the DimensionReductionByAggregationResult record.
Top
Properties
 NameDescription
Public propertyResult Gets the result matrix. Rows correspond to the original data points, columns to the aggregated values.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSaveResultToTable Saves the result to a destination table.
Top
See Also