martaannaj / RecommenderServer

GNU General Public License v3.0
1 stars 2 forks source link

Implemented efficient merging code with priorities. This can be used … #67

Open miselico opened 1 year ago

miselico commented 1 year ago

…to merge the outcome from two different recommendations, where the higher priority one is more important, and a subset of the ones in the lower priority.

Closes #58

miselico commented 1 year ago

Only the merging code is there now. This still misses using it in the recommendation.