Documer\Storage\Adapter::getInverseWordProbabilityWithLabel PHP Метод

getInverseWordProbabilityWithLabel() публичный Метод

Get the probability that this word shows up in a any other LABEL
public getInverseWordProbabilityWithLabel ( $word, $label ) : float
$word
$label
Результат float
    public function getInverseWordProbabilityWithLabel($word, $label);