Dimension |
public class DimensionReductionAndRegressionOptions : IImmutable, IEquatable<DimensionReductionAndRegressionOptions>
The DimensionReductionAndRegressionOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | DimensionReductionAndRegressionOptions | Initializes a new instance of the DimensionReductionAndRegressionOptions class |
Name | Description | |
---|---|---|
![]() | ColumnsToCalculate | 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. |
![]() | CrossValidationGroupingStrategy | Gets the type of the cross validation used to calculate the cross press values. |
![]() | MaximumNumberOfFactors | Gets the maximum number of factors to calculate. |
![]() | MeanScaleProcessing | |
![]() | Preprocessing | |
![]() | WorksheetAnalysis | Gets the analysis method. |
Name | Description | |
---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | WithColumnToCalculate | Gets a new instance of this class, in which the designated column to calculated is added to the dictionary ColumnsToCalculate. |