PHP Class GraphAware\Reco4PHP\Tests\Example\ExampleRecommenderService

Afficher le fichier Open project: graphaware/reco4php

Protected Properties

Свойство Type Description
$service GraphAware\Reco4PHP\RecommenderService

Méthodes publiques

Méthode Description
__construct ( string $databaseUri ) ExampleRecommenderService constructor.
recommendMovieForUserWithId ( integer $id ) : Recommendations

Method Details

__construct() public méthode

ExampleRecommenderService constructor.
public __construct ( string $databaseUri )
$databaseUri string

recommendMovieForUserWithId() public méthode

public recommendMovieForUserWithId ( integer $id ) : Recommendations
$id integer
Résultat GraphAware\Reco4PHP\Result\Recommendations

Property Details

$service protected_oe property

protected RecommenderService,GraphAware\Reco4PHP $service
Résultat GraphAware\Reco4PHP\RecommenderService