Click or drag to resize

DimensionReductionByFactorizationResult Class

Result of a dimension reduction by factorization.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.MultivariateDimensionReductionByFactorizationResult

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

The DimensionReductionByFactorizationResult type exposes the following members.

Constructors
 NameDescription
Public methodDimensionReductionByFactorizationResult Initializes a new instance of the DimensionReductionByFactorizationResult record.
Top
Properties
 NameDescription
Public propertyFactors Gets the factor score matrix.
Public propertyLoadings Gets the loadings matrix.
Public propertyMeanOfProcessData Gets the mean values of the process data.
Public propertyResidualVariances Gets the residual variances.
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 methodStatic memberSaveAuxiliarySpectralData Saves auxiliary data that is associated with spectral points.
Public methodSaveResultToTable Saves the result to a destination table.
Top
See Also