Click or drag to resize

DimensionReductionNone Class

Represents a dimension reduction method that performs no operation and returns nothing.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.MultivariateDimensionReductionNone

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

The DimensionReductionNone type exposes the following members.

Constructors
 NameDescription
Public methodDimensionReductionNoneInitializes a new instance of the DimensionReductionNone class
Top
Properties
 NameDescription
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
Remarks
Although this method returns nothing, it can nevertheless be used in conjuction with preprocessing the output, in case the dimension reduction itself is not neccessary (in the moment).
See Also