We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf46f1 commit 47a5460Copy full SHA for 47a5460
1 file changed
README.md
@@ -24,7 +24,7 @@ Recommend a product using collaborative filtering
24
**/
25
use Tigo\Recommend; // import class
26
$client = new Recommend();
27
- $client->ranking($table,$user) // Get Ranking algorithm using likes/dislikes
+ $client->ranking($table,$user) // It is recommended to use "rating: liked and disliked"
28
$client->euclidean($table,$user,0); // It is recommended to use this algorithm in "star-based rating"
29
```
30
0 commit comments