|  | NMFAls | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe NMFAlsUpdate type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | NMFAlsUpdate | Constructs an NMFAlsUpdate instance. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this NMFAlsUpdate. | 
|  | Cost | Returns the value of the cost function for the non-negative factorization of V = WH. The cost function is minimized by the factorization. | 
|  | InitialFactors | Provides the initial factors for the iteration process that computes W and H in the non-negative matrix factorization V = WH. | 
|  | IterationStep | Updates the factors W and H in the non-negative matrix factorization V = WH. | 
 Remarks
Remarks See Also
See Also