Click or drag to resize

DimensionReductionOutputOptions Class

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

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

The DimensionReductionOutputOptions type exposes the following members.

Constructors
 NameDescription
Public methodDimensionReductionOutputOptionsInitializes a new instance of the DimensionReductionOutputOptions class
Top
Properties
 NameDescription
Public propertyIncludeEnsemblePreprocessingAuxiliaryData Gets a value indicating whether auxiliary data from ensemble preprocessing should be included in the output.
Public propertyIncludePreprocessedSpectra Gets a value indicating whether preprocessed spectra should be included in the output.
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