Click or drag to resize

NNDSVD Class

This class contains the implementation of the NNDSVD (Non-Negative Singular Value Decomposition) initialization for Non-Negative Matrix Factorization (NMF).
Inheritance Hierarchy

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

The NNDSVD type exposes the following members.

Constructors
 NameDescription
Public methodNNDSVDInitializes a new instance of the NNDSVD 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 NNDSVD initialization for NMF. Intentionally allows zeros in the result (algorithm for sparse matrices).
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