PHP Class GraphAware\Reco4PHP\Result\Score

Afficher le fichier Open project: graphaware/reco4php

Protected Properties

Свойство Type Description
$score float
$scores SingleScore[]

Méthodes publiques

Méthode Description
add ( SingleScore $score )
getScores ( ) : SingleScore[]
score ( ) : float

Method Details

add() public méthode

public add ( SingleScore $score )
$score SingleScore

getScores() public méthode

public getScores ( ) : SingleScore[]
Résultat SingleScore[]

score() public méthode

public score ( ) : float
Résultat float

Property Details

$score protected_oe property

protected float $score
Résultat float

$scores protected_oe property

protected SingleScore[],GraphAware\Reco4PHP\Result $scores
Résultat SingleScore[]