Skip to content

Commit 1a131fd

Browse files
authored
Update README.md
1 parent a5c3c49 commit 1a131fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ A simple didactic demonstration of the algorithm
7272
$client = new Recommend();
7373
print_r($client->ranking($table,"Pedro")); // result = ['C' => 2]
7474
print_r($client->euclidean($table,"Pedro", 0)); // result = ['C' => 1]
75+
/**third parameter determines the lowest accepted score**/
7576
print_r($client->euclidean($table,"Pedro", 2)); // result = [] ;
7677
```

0 commit comments

Comments
 (0)