Constructs a NMFClustering instance with the given iteration algorithm and default values for maximum iterations, stopping adjacency, and convergence check period.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public NMFClustering(
	Alg updater
)
Visual Basic (Declaration)
Public Sub New ( _
	updater As Alg _
)
Visual C++
public:
NMFClustering(
	Alg updater
)

Parameters

updater
Type: Alg
NMF iteration update algortithm to use.

See Also