Click or drag to resize

DimensionReductionAndRegressionOptions Class

Process options for the multivariate analyses that feature a dimension reduction and regression.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.MultivariateDimensionReductionAndRegressionOptions

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

The DimensionReductionAndRegressionOptions type exposes the following members.

Constructors
 NameDescription
Public methodDimensionReductionAndRegressionOptionsInitializes a new instance of the DimensionReductionAndRegressionOptions class
Top
Properties
 NameDescription
Public propertyColumnsToCalculate Gets the additional columns to calculate. The key is the general name of the quantity/column. The value is a set of tuples that designate for which factors the columns must be calculated.
Public propertyCrossValidationGroupingStrategy Gets the type of cross validation used to calculate the cross-press values.
Public propertyMaximumNumberOfFactors Gets the maximum number of factors to calculate.
Public propertyPreprocessing Gets the preprocessing applied to each individual spectrum or to the entire ensemble prior to analysis.
Public propertyWorksheetAnalysis Gets the analysis method.
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 methodWithColumnToCalculate Gets a new instance of this class in which the designated column to calculate is added to the dictionary ColumnsToCalculate.
Top
See Also