Click or drag to resize

NMFact(INMFUpdateAlgorithm) Constructor

Constructs an NMFact object with the given update algorithm and the default number of iterations.

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

Parameters

updateAlgorithm  INMFUpdateAlgorithm
The update algorithm to use.
Remarks
Only the final error for the approximation is computed.
See Also