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 50afefb commit 508ecc7Copy full SHA for 508ecc7
1 file changed
README.md
@@ -74,6 +74,5 @@ A simple didactic demonstration of the algorithm
74
print_r($client->ranking($t->get(),"Pedro",1)); // result = [];
75
76
print_r($client->euclidean($table,"Pedro")); // result = ['C' => 1]
77
- /**third parameter determines the lowest accepted score**/
78
print_r($client->euclidean($table,"Pedro", 2)); // result = [] ;
79
```
0 commit comments