Click or drag to resize

DimensionReductionByAggregation Class

Dimension reduction analyses based on aggregation of data, for instance mean, min, or max.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.MultivariateDimensionReductionByAggregation

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

The DimensionReductionByAggregation type exposes the following members.

Constructors
 NameDescription
Public methodDimensionReductionByAggregationInitializes a new instance of the DimensionReductionByAggregation class
Top
Properties
 NameDescription
Public propertyAggregationKinds Gets the kinds of aggregation that should be applied to the aggregated columns.
Public propertyDisplayName Gets a user-friendly name for the GUI.
Top
Methods
 NameDescription
Public methodExecuteDimensionReduction Executes the dimension reduction on the provided process data.
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)
Top
See Also