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

scoreResultName() public method

public scoreResultName ( ) : string
return string The column identifier of the row result representing the score to be used, note that this is not mandatory to have a score in the result. If empty, the score will be the float value returned by defaultScore() or the score logic if the concrete class override the buildScore method.
    public function scoreResultName() : string;