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. 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. | |
| CrossValidationGroupingStrategy | Gets the type of cross validation used to calculate the cross-press values. | |
| MaximumNumberOfFactors | Gets the maximum number of factors to calculate. | |
| Preprocessing | Gets the preprocessing applied to each individual spectrum or to the entire ensemble prior to analysis. | |
| 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 calculate is added to the dictionary ColumnsToCalculate. |