Dimension |
public class DimensionReductionAndRegressionResult : IImmutable, IEquatable<DimensionReductionAndRegressionResult>
The DimensionReductionAndRegressionResult type exposes the following members.
| Name | Description | |
|---|---|---|
| DimensionReductionAndRegressionResult | Initializes a new instance of the DimensionReductionAndRegressionResult class |
| Name | Description | |
|---|---|---|
| AuxiliaryData | Gets the auxiliary data that are a secondary result in ensemble processing, for instance the ensemble mean. | |
| CalculatedNumberOfFactors | Gets the number of factors that were calculated. | |
| MeanNumberOfMeasurementsInCrossPRESSCalculation | Gets the mean number of measurements included in the Cross-PRESS calculation (used to calculate the F-ratio). | |
| NumberOfMeasurements | Gets the number of measurements (spectra) included in the analysis. | |
| PreferredNumberOfFactors | Gets the preferred number of factors used for calculation and plotting. |
| 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) |