Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Auto Closed
-
None
-
None
Description
RowMatrix has a columnSimilarities method to find cosine similarities between columns.
A rowSimilarities method would be useful to find similarities between rows.
This is JIRA is to investigate which algorithms are suitable for such a method, better than brute-forcing it. Note that when there are many rows (> 10^6), it is unlikely that brute-force will be feasible, since the output will be of order 10^12.
Attachments
Attachments
Issue Links
- relates to
-
SPARK-3066 Support recommendAll in matrix factorization model
- Resolved
-
SPARK-4675 Find similar products and similar users in MatrixFactorizationModel
- Resolved
- links to