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

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

Classify the document and return its category
public classify ( string $document ) : string | boolean
$document string The document to classify
Результат string | boolean The category of the document
    public function classify($document);
ClassifierInterface