cs-450-project / se-phase2

Phase 2 project handoff
0 stars 0 forks source link

Move 'normalize' logic from Ranker to respective metric calculations #15

Closed chloehumphrey closed 3 weeks ago

chloehumphrey commented 4 weeks ago

The 'Ranker' class contains to logic to convert the scores to the final values for each individual metric. This is very bulky and weird. We want the scores returned from each metric calculation module to be the final scores reflected. Transfer the logic to the individual modules.