You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code to run linear RFM (lin-RFM) is provided in main.py. For general powers of alpha, call linear_RFM in linear_RFM.py with the desired power parameter. For an SVD-free version of lin-RFM with alpha=1/2, call rfm in svd_free_lin_rfm.py.