just a quick question. Suppose I have two sets $A,\,B$. Is there a specific name for the following similarity measure?
$$\operatorname{sim}(A,B) = \frac{|A \cap B|}{\max\{|A|,|B|\}}$$
It is slightly different from the Jaccard coefficient, but I can't find the proper name for this formula.