GraphAware\Reco4PHP\Engine\DiscoveryEngine::discoveryQuery PHP Метод

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

The statement to be executed for finding items to be recommended.
public discoveryQuery ( GraphAware\Common\Type\Node $input, GraphAware\Reco4PHP\Context\Context $context ) : GraphAware\Common\Cypher\StatementInterface
$input GraphAware\Common\Type\Node
$context GraphAware\Reco4PHP\Context\Context
Результат GraphAware\Common\Cypher\StatementInterface
    public function discoveryQuery(Node $input, Context $context) : StatementInterface;