Click or drag to resize

NMFInitializationRandom Class

Provides a random initialization for non-negative matrix factorization (NMF).
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.LinearAlgebra.Double.FactorizationNMFInitializationRandom

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

The NMFInitializationRandom type exposes the following members.

Constructors
 NameDescription
Public methodNMFInitializationRandomInitializes a new instance of the NMFInitializationRandom 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 Gets initial non-negative factor matrices for an NMF of the input matrix X.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
Remarks
The generated factors are scaled to match the average magnitude of the input matrix and are constrained to be strictly positive to avoid zero entries.
See Also