Click or drag to resize

NMFClusteringAlg(Alg) Constructor

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public NMFClustering(
	Alg updater
)

Parameters

updater  Alg
NMF iteration update algortithm to use.
See Also