I am currently working on a project that involves Non-negative Matrix Factorization (NMF) analysis of a large dataset. Initially, I attempted to perform NMF in RStudio; however, due to the substantial size of the data, I was unable to successfully execute the analysis. Consequently, I switched to Python for the NMF computation and have successfully derived two matrices: the basis matrix (W) and the coefficient matrix (H).
My objective now is to utilize these computed matrices to derive classification information from my data in the R environment.
I am currently working on a project that involves Non-negative Matrix Factorization (NMF) analysis of a large dataset. Initially, I attempted to perform NMF in RStudio; however, due to the substantial size of the data, I was unable to successfully execute the analysis. Consequently, I switched to Python for the NMF computation and have successfully derived two matrices: the basis matrix (W) and the coefficient matrix (H).
My objective now is to utilize these computed matrices to derive classification information from my data in the R environment.