Click or drag to resize

DimensionReductionAndRegressionResult Class

Holds summary results created during execution of a dimension reduction and regression analysis.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.MultivariateDimensionReductionAndRegressionResult

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

The DimensionReductionAndRegressionResult type exposes the following members.

Constructors
 NameDescription
Public methodDimensionReductionAndRegressionResultInitializes a new instance of the DimensionReductionAndRegressionResult class
Top
Properties
 NameDescription
Public propertyAuxiliaryData Gets the auxiliary data that are a secondary result in ensemble processing, for instance the ensemble mean.
Public propertyCalculatedNumberOfFactors Gets the number of factors that were calculated.
Public propertyMeanNumberOfMeasurementsInCrossPRESSCalculation Gets the mean number of measurements included in the Cross-PRESS calculation (used to calculate the F-ratio).
Public propertyNumberOfMeasurements Gets the number of measurements (spectra) included in the analysis.
Public propertyPreferredNumberOfFactors Gets the preferred number of factors used for calculation and plotting.
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)
Top
See Also