Click or drag to resize

NMFClusteringAlg(Int32, Int32) Constructor

Constructs a NMFClustering instace with the given parameters and the default convergence check period is used.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public NMFClustering(
	int maximumIterations,
	int stoppingAdjacency
)

Parameters

maximumIterations  Int32
The maximum number of iterations. Iteration will stop after this number of iterations if the algorithm has not converged.
stoppingAdjacency  Int32
The stopping adjacency. The stopping adjacency is the number of consecutively unchanged connection matrices that must be observed before convergence.
See Also