GraphAware\Reco4PHP\Filter\Filter::doInclude PHP Method

doInclude() public method

Returns whether or not the recommended node should be included in the recommendation.
public doInclude ( GraphAware\Common\Type\Node $input, GraphAware\Common\Type\Node $item ) : boolean
$input GraphAware\Common\Type\Node
$item GraphAware\Common\Type\Node
return boolean
    public function doInclude(Node $input, Node $item);