Click or drag to resize

NMFact(Int32, INMFUpdateAlgorithm) Constructor

Constructs an NMFact object which uses the given update algorithm to update the factors and the given number of iterations.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public NMFact(
	int numIterations,
	INMFUpdateAlgorithm updateAlgorithm
)

Parameters

numIterations  Int32
The number of iterations.
updateAlgorithm  INMFUpdateAlgorithm
The update algorithm to use.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if numIterations is <= 0.
Remarks
Only the final error for the approximation is computed.
See Also