Click or drag to resize

NMFClusteringAlgFactor Method

Overload List
 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