Click or drag to resize

NMFactFactor Method

Overload List
 NameDescription
Public methodFactor(DataFrame, Int32) Factors the matrix contained in data into the product WH using an iterative method. The initial values for WH are random.
Public methodFactor(DoubleMatrix, Int32) Factors the matrix contained in data into the product WH using an iterative method. The initial values for WH are random.
Public methodFactor(DataFrame, Int32, DoubleMatrix, DoubleMatrix) Factors the matrix contained in data into the product WH using an iterative method. The provided W and H are used as starting points for the iteration.
Public methodFactor(DoubleMatrix, Int32, DoubleMatrix, DoubleMatrix) Factors the matrix contained in data into the product WH using an iterative method. The provided W and H are used as starting points for the iteration.
Top
See Also