Click or drag to resize

DimensionReductionNoneResult Class

Result of a no-operational dimension reduction.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.MultivariateDimensionReductionNoneResult

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

The DimensionReductionNoneResult type exposes the following members.

Constructors
 NameDescription
Public methodDimensionReductionNoneResultInitializes a new instance of the DimensionReductionNoneResult class
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 methodSaveResultToTable Saves the result to a destination table.
Top
See Also