Camspiers\StatisticalClassifier\Classifier\ClassifierInterface::is PHP Метод

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

Returns whether or not the document is of the category
public is ( string $category, string $document ) : boolean
$category string The category in question
$document string The document to check
Результат boolean Whether or not the document is in the category
    public function is($category, $document);
ClassifierInterface