-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update fit_cov_ebnmf #4
base: main
Are you sure you want to change the base?
Conversation
@willwerscheid Is the idea here that this new |
Yes, this should produce the same result. (If I add |
Hi @willwerscheid, sorry I wanted to try this earlier on the pancreatic cancer data but my RCC account was locked and just got reactivated. I went over this updated file, and have a few quick questions. In line 134 and 137, you use * for matrix multiplication. Do you want to do element wise matrix multiplication here? In particular, in line 137, it seems |
I think lines 134 and 137 are correct. You should not need to reconstruct the full matrix to get the diagonals. L.pm and F.pm are the same dimension; n = p because it is a covariance matrix. But I think you are correct about lines 142-3. There should be a line handling the case where |
Oh you are right! I forgot that here L.pm and F.pm are the same dimension because n=p here. |
use flash_update_data and lowrank plus sparse representation