B
B
bernex2016-03-02 09:34:08
PHP
bernex, 2016-03-02 09:34:08

How to rank a list by likes, views, reading time?

Interested in the issue of calculation and formula,
If we assume that likes, visits for records are known and the duration of each view.
How to correctly calculate the global weight?
Consider that a small amount of viewing time does not mean its low quality?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kovalsky, 2016-03-02
@dmitryKovalskiy

To calculate the global weight, you need to select what is called a "weight criterion". This is an approximate index of significance for each parameter. Calculate the final rating according to the approximate formula:
summ(rate1*col1,rate2*col2 и т.д.)And at the output, sort by the result of such a calculation.
The problem is that hardly anyone will tell you specific indices and you will have to pick them up by hand "by eye"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question