Click or drag to resize

NMFClusteringAlg Constructor

Overload List
 NameDescription
Public methodNMFClusteringAlg Constructs a NMFClustering instance with the given iteration algorithm and default values for maximum iterations, stopping adjacency, and convergence check period.
Public methodNMFClusteringAlg(Alg) Constructs a NMFClustering instance with the given iteration algorithm and default values for maximum iterations, stopping adjacency, and convergence check period.
Public methodNMFClusteringAlg(Int32, Int32) Constructs a NMFClustering instace with the given parameters and the default convergence check period is used.
Public methodNMFClusteringAlg(Int32, Int32, Int32) Constructs a NMFClustering instace with the given parameters.
Public methodNMFClusteringAlg(Int32, Int32, Int32, Alg) Constructs NMFClustering instance with the given parameters.
Top
See Also