PHP Class GraphAware\Reco4PHP\Tests\Example\PostProcessing\RewardWellRated

Inheritance: implements GraphAware\Reco4PHP\Post\CypherAwarePostProcessor
Show file Open project: graphaware/reco4php

Public Methods

Method Description
buildQuery ( GraphAware\Common\Type\Node $input, Recommendations $recommendations )
name ( )
postProcess ( GraphAware\Common\Type\Node $input, Recommendation $recommendation, GraphAware\Common\Result\Record $record )

Method Details

buildQuery() public method

public buildQuery ( GraphAware\Common\Type\Node $input, Recommendations $recommendations )
$input GraphAware\Common\Type\Node
$recommendations GraphAware\Reco4PHP\Result\Recommendations

name() public method

public name ( )

postProcess() public method

public postProcess ( GraphAware\Common\Type\Node $input, Recommendation $recommendation, GraphAware\Common\Result\Record $record )
$input GraphAware\Common\Type\Node
$recommendation GraphAware\Reco4PHP\Result\Recommendation
$record GraphAware\Common\Result\Record