PHP Class GraphAware\Reco4PHP\Result\Score

Show file Open project: graphaware/reco4php

Protected Properties

Property Type Description
$score float
$scores SingleScore[]

Public Methods

Method Description
add ( SingleScore $score )
getScores ( ) : SingleScore[]
score ( ) : float

Method Details

add() public method

public add ( SingleScore $score )
$score SingleScore

getScores() public method

public getScores ( ) : SingleScore[]
return SingleScore[]

score() public method

public score ( ) : float
return float

Property Details

$score protected property

protected float $score
return float

$scores protected property

protected SingleScore[],GraphAware\Reco4PHP\Result $scores
return SingleScore[]