Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculating the overall rating #13

Open
nifrasismail opened this issue Jun 2, 2017 · 3 comments
Open

Calculating the overall rating #13

nifrasismail opened this issue Jun 2, 2017 · 3 comments

Comments

@nifrasismail
Copy link
Owner

No description provided.

@nifrasismail
Copy link
Owner Author

Manually Calculated

@auremoser
Copy link

What does your rating reference here @nifrasismail ?
I'd like to help you test this, is there a good issue I should start with?

@nifrasismail
Copy link
Owner Author

The ratings are calculated based on the weighted average method. Example you have considered 3 feature to choose a wonderful dress

  1. Fashion - 2 weight
  2. Safety - 5 weight
  3. Comfortable - 3 weight

Now the overall rating is calculated based on the weights. Example one person rate this features
Fashion ***
Safety *****
Comfortable **

Now the overall rating is ( 32 + 55 + 2*3 ) / (2+5+3)

Got it ? 🎉 🎉 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants