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 a5c3c49 commit 1a131fdCopy full SHA for 1a131fd
1 file changed
README.md
@@ -72,5 +72,6 @@ A simple didactic demonstration of the algorithm
72
$client = new Recommend();
73
print_r($client->ranking($table,"Pedro")); // result = ['C' => 2]
74
print_r($client->euclidean($table,"Pedro", 0)); // result = ['C' => 1]
75
+ /**third parameter determines the lowest accepted score**/
76
print_r($client->euclidean($table,"Pedro", 2)); // result = [] ;
77
```
0 commit comments