iONMF
iONMF copied to clipboard
Integrative orthogonal non-negative matrix factorization
Results
4
iONMF issues
Sort by
recently updated
recently updated
newest added
The README currently lists an example of ```python import numpy as np from ionmf.factorization.onmf import onmf X = np.random.rand(10, 10) W, H = onmf(X, k=5, alpha=1.0) ``` but this code...
The library is currently incompatible with Python 3. One example of the incompatibility is the use of `xrange()` instead of `range()`. Python 2 is going to be end-of-lifed in 3...