문제

I couldn't find a way to generate only co-occurrence matrix given a preference input file (userID, itemID and optional rating) in Mahout. Is that possible? All I can find is generating a recommendation output and co-occurrence matrix seems to be deleted.

도움이 되었습니까?

해결책

I found that Mahout provides a class called ItemSimilarityJob which computes co-occurrence data.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top