Consider a metric space $(M,d)$, and let $D: M \times M \to \mathbb{R}_+$ be a measure of similarity on it, so that $D(x,y)$ is large when $x$ and $y$ are close (i.e., $d(x,y)$ is small).
Consider a collection of points $X := \{x_1,\dots,x_n\} \subset M$. Let $$ N_\epsilon(y;X) := | \{ x \in X: D(x,y) > \epsilon \}| $$ where the RHS is the cardinality of a set. For a set $Y \subset M$, define $$ N_\epsilon(Y;X) = \inf_{y \in Y} N_\epsilon(y;X) $$ Does this quantity look familiar, or is related to a more standard object?