Click or drag to resize

NNDSVDar Class

Class for performing Non-negative Double Singular Value Decomposition (NNDSVD) with rank-deficiency adjustment.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.LinearAlgebra.Double.FactorizationNNDSVD
    Altaxo.Calc.LinearAlgebra.Double.FactorizationNNDSVDar

Namespace: Altaxo.Calc.LinearAlgebra.Double.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class NNDSVDar : NNDSVD, IEquatable<NNDSVDar>

The NNDSVDar type exposes the following members.

Constructors
 NameDescription
Public methodNNDSVDarInitializes a new instance of the NNDSVDar 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 methodGetInitialFactors Creates an NNDSVDar initialization for NMF by applying NNDSVDa and adding small random noise.
(Overrides NNDSVDGetInitialFactors(MatrixDouble, Int32))
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