GraphAware\Reco4PHP\Engine\DiscoveryEngine::produceRecommendations PHP Method

produceRecommendations() public method

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
return GraphAware\Reco4PHP\Result\Recommendations
    public function produceRecommendations(Node $input, ResultCollection $resultCollection, Context $context) : Recommendations;