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

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

Returns a collection of Recommendation object produced by this discovery engine.
public produceRecommendations ( GraphAware\Common\Type\Node $input, GraphAware\Common\Result\ResultCollection $resultCollection, GraphAware\Reco4PHP\Context\Context $context ) : Recommendations
$input GraphAware\Common\Type\Node
$resultCollection GraphAware\Common\Result\ResultCollection
$context GraphAware\Reco4PHP\Context\Context
Результат GraphAware\Reco4PHP\Result\Recommendations
    public function produceRecommendations(Node $input, ResultCollection $resultCollection, Context $context) : Recommendations;