I am new to R programming. For my course work, I am implementing Recommendation system using R. I already convert data table to matrix and then processed SVD=udv using irlba funtion. Now I have the following matrix u.
Now I need to classify them based on their sign. For example, here, first three are combination of(-, -) then last is (-,-), so they all must be in same community. Then 4th and 5th are (-, +), they are in same community and so on.