Click or drag to resize

NMFGdClsUpdateIterationStep Method

Updates the factors W and H in the non-negative matrix factorization V = WH.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void IterationStep(
	DoubleMatrix V,
	ref DoubleMatrix W,
	ref DoubleMatrix H
)

Parameters

V  DoubleMatrix
The non-negative matrix being factored.
W  DoubleMatrix
The first factor is passed in and updated.
H  DoubleMatrix
The second factor is passed in and updated.

Implements

INMFUpdateAlgorithmIterationStep(DoubleMatrix, DoubleMatrix, DoubleMatrix)
See Also