Click or drag to resize

DimensionReductionAndRegressionResult Class

[Missing <summary> documentation for "T:Altaxo.Calc.Regression.Multivariate.DimensionReductionAndRegressionResult"]

Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.MultivariateDimensionReductionAndRegressionResult

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.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 propertyCalculatedNumberOfFactors Number of factors calculated.
Public propertyMeanNumberOfMeasurementsInCrossPRESSCalculation Mean number of observations included in Cross PRESS calculation (used to calculate F-Ratio).
Public propertyNumberOfMeasurements Number of spectra in analysis.
Public propertyPreferredNumberOfFactors Number of factors 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