Could someone please clarify how I can calculate the total variance explained by the factors after decomposing?
I am currently using the following code:
`
U = tt.ncp_hals(my_data, rank=6, verbose=False)
factors = U.factors.factors
`
my data is a 3-dimensional tensor.