|
Algorithm is simple (in "metacode"):
max_tag = base for all calculations is the most common tag;
weight = round(count_of_tested_tag/max_tag, with_precision_to_one_digit_after_comma);
tags10 = if(weight == 1.0)
tags09 = if(weight == 0.9)
tags08 = if(weight == 0.8)
....
tags01 = if(weight == 0.1)
tags00 = if(weight == 0.0)
Now I found we (or I should say I) forgot about tags00 in CSS definition :/
|