protopizza / ApIsOp

Entry for The Riot Games API Challenge 2.0
http://protopizza.github.io/ApIsOp/
1 stars 0 forks source link

Remove all low-tier items #15

Closed protopizza closed 9 years ago

protopizza commented 9 years ago

needs consideration. for example qss isn't always finished on adc

protopizza commented 9 years ago

Done. To calculate this, I created a table of which items get built into which items (going up all the way into the tree). Then when looking at the common items for a champion at the end, we take our window size (6) and see if there's any items that build into another one of the common 6 (using the previously created table which is stored as JSON). Then that item is removed and the next most common moves into the top 6 window.