GraphAware\Reco4PHP\Result\PartialScore::add PHP Method

add() public method

public add ( float $value, $reaon = null )
$value float
    public function add($value, $reaon = null)
    {
        $this->value += (double) $value;
        $this->addReason($value, $reaon);
    }