Click or drag to resize

NMFClusteringAlg Methods

The NMFClusteringAlg type exposes the following members.

Methods
 NameDescription
Public methodFactor(DataFrame, Int32) Performs the NMF V ~ WH using random initial values for W and H.
Public methodFactor(DoubleMatrix, Int32) Performs the NMF V ~ WH using random initial values for W and H.
Public methodFactor(DataFrame, Int32, DoubleMatrix, DoubleMatrix) Performs the NMF V ~ WH using the specified initial values for W and H.
Public methodFactor(DoubleMatrix, Int32, DoubleMatrix, DoubleMatrix) Performs the NMF V ~ WH using the specified initial values for W and H.
Top
See Also