Algorithm to rank products from 1 to 100 based on their features

Discussion in 'Programming' started by nandanamnidheesh, Aug 16, 2012.

  1. #1
    I have 5 set of features expressed in numbers (in future need to add more features)

    Product 1 features

    Feature 1 – value between 1 to 15 (higher the better)

    Feature 2 – value between 1 & unlimited (higher the better)

    Feature 3 - value between 1 & unlimited (higher the better)

    Feature 4 – value between 1 & 10 (higher the better)

    Feature 5 value between 25million & 1 (lower the better)

    Am having so many products and each products added every day. And I want give each product a rank or value between 1 & 100 (higher the better) but the number of products in database should not considered in scoring/ ranking.
     
    nandanamnidheesh, Aug 16, 2012 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,828
    Likes Received:
    4,541
    Best Answers:
    123
    Trophy Points:
    665
    #2
    Is the rank something you determine manually and therefore you just need an extra input field when you are putting them into the database?
     
    sarahk, Aug 16, 2012 IP
  3. nandanamnidheesh

    nandanamnidheesh Active Member

    Messages:
    376
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #3
    no, Rank/Mark should be calculated based on the features expressed in numbers. it should be a weighted whole number between 1 to 100 based on the features of the product and each features have co relation with the final mark/rank.
     
    nandanamnidheesh, Aug 16, 2012 IP