PHP Interface GraphAware\Reco4PHP\Config\Config

Show file Open project: graphaware/reco4php

Public Methods

Method Description
limit ( ) : integer
maxTime ( ) : integer

Method Details

limit() public method

public limit ( ) : integer
return integer maximum number of items to recommend

maxTime() public method

public maxTime ( ) : integer
return integer maximum number of ms the recommendation-computing process should take. Note that it is for information only, it is the responsibility of the engines to honour this configuration or not.