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
if it's not the matrix transpose, then what computeXtX is used to ?
it seems that computeXtX wants to get a square matrix(whose rank is the column size of the original matrix), and its values are filled with the sum of the value in each node/item multiplies all the other value(node) in the original matrix.
Matrix WALSEngine::computeXtX(const Matrix& X)
WALSEngine::computeXtX
The text was updated successfully, but these errors were encountered: