Click or drag to resize

DimensionReductionOptions Class

Process options for multivariate analyses that feature a dimension reduction.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.MultivariateDimensionReductionOptions

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

The DimensionReductionOptions type exposes the following members.

Constructors
 NameDescription
Public methodDimensionReductionOptionsInitializes a new instance of the DimensionReductionOptions class
Top
Properties
 NameDescription
Public propertyDimensionReductionMethod Gets the dimension reduction method.
Public propertyOutputOptions Gets the output options to determine what results are to be stored in the destination table.
Public propertyPreprocessing Gets the preprocessing applied to each individual spectrum or to the entire ensemble prior to analysis.
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)
Top
See Also