Answer the question
In order to leave comments, you need to log in
The name of the similarity metric
Experimented with various similarity metrics and even came up with one of my own:
similarity = cross_count / euclid
Defines similarity as the ratio of the number of intersections to the Euclidean distance.
On my test data, rmse showed a slightly better result than Pearson's correlation and cosine metric
. Does this function have a name?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question