Package adnmtf
Non-negative Matrix and Tensor Factorization
Author: Paul Fogel
License: MIT
https://github.com/Advestis/adnmtf
Expand source code
"""
Non-negative Matrix and Tensor Factorization\n
Author: Paul Fogel\n
License: MIT\n
https://github.com/Advestis/adnmtf
"""
from .nmtf import NMF, NTF
from . import _version
__version__ = _version.get_versions()['version']Sub-modules
- adnmtf.estimator
- adnmtf.nmtf
- 
Classes accessing Non-negative matrix and tensor factorization functions 
- adnmtf.nmtf_base
- 
Non-negative matrix and tensor factorization basic functions 
- adnmtf.nmtf_core
- 
Non-negative matrix and tensor factorization core functions 
- adnmtf.nmtf_utils
- 
Non-negative matrix and tensor factorization utility functions