graphaware / neo4j-reco

Neo4j-based recommendation engine module with real-time and pre-computed recommendations.
374 stars 77 forks source link

Perf improvement: PostProcess only if candidate has a chance #12

Closed bachmanm closed 9 years ago

bachmanm commented 9 years ago

If we know that the max score all the postProcessors can give the candidate is X, then it does not make sense to post-process items with score lower than (score of last returned item) - X