*/ public function compatibility() : array; /** * Score a set of predictions and their ground-truth labels. * * @param list $predictions * @param list $labels * @return float */ public function score(array $predictions, array $labels) : float; }