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.3179.0 (4.8.3179.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. Key is the general name of the quantity / column. The value is a set of integer numbers that designate for which factors the columns must be calcuated.
Public propertyCrossValidationGroupingStrategy Gets the type of the cross validation used to calculate the cross press values.
Public propertyMaximumNumberOfFactors Gets the maximum number of factors to calculate.
Public propertyMeanScaleProcessing 
Public propertyPreprocessing 
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 calculated is added to the dictionary ColumnsToCalculate.
Top
See Also