The NMFGdClsUpdate type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NMFGdClsUpdate | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this NMFGdClsUpdate.
| |
| Cost |
Returns the value of the cost function for the non-negative
factorization of V = WH. The cost function is minimized by
the factorization.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| 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.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Lambda |
Returns the lambda value.
|