Overload List
| Name | Description | |
|---|---|---|
| Factor(DoubleMatrix, Int32) |
Performs the NMF V ~ WH using random initial values for W and H.
| |
| Factor(DataFrame, Int32) |
Performs the NMF V ~ WH using random initial values for W and H.
| |
| Factor(DoubleMatrix, Int32, DoubleMatrix, DoubleMatrix) |
Performs the NMF V ~ WH using the specified initial values for W and H.
| |
| Factor(DataFrame, Int32, DoubleMatrix, DoubleMatrix) |
Performs the NMF V ~ WH using the specified initial values for W and H.
|