icyc0re / bd914

Big Data Project 2014 - Foursquare project
6 stars 1 forks source link

Ranking calculation component #29

Closed gavra0 closed 10 years ago

gavra0 commented 10 years ago

Like specified in #15 this component's input is the output of prefiltering component, and its output is the input of the postfiltering module. It should use the provided user vector and venue feature matrix to calculate the ranking for each of the venues.

While doing this, keep in mind the nature of different features, apply different similarity functions between different features if needed, For instance:

gavra0 commented 10 years ago

Implemented in VectorSimilarity, getSimilarity method.