lanl / T-ELF

Tensor Extraction of Latent Features (T-ELF). Within T-ELF's arsenal are non-negative matrix and tensor factorization solutions, equipped with automatic model determination (also known as the estimation of latent factors - rank) for accurate data modeling. Our software suite encompasses cutting-edge data pre-processing and post-processing modules.
https://lanl.github.io/T-ELF/
Other
9 stars 3 forks source link

row-wise normalization on observable data X to assist clustering results #102

Open MaksimEkin opened 6 months ago

MaksimEkin commented 6 months ago

This feature would be added to NMFk base as an option, with default True.

MaksimEkin commented 5 months ago

X = X/X.sum(axis=1)[:,None]