{
"query": [
1,
0
],
"top_k": 2,
"patience": 2,
"threshold": 0.99,
"candidates": [
[
0.9,
0.1
],
[
0,
1
],
[
1,
0
],
[
0.8,
0.2
]
]
}[
[
0,
0.9938837346736189
],
[
1,
0
]
]| Argument | Type |
|---|---|
| query | np.ndarray |
| top_k | int |
| patience | int |
| threshold | float |
| candidates | np.ndarray |
| Return Name | Type |
|---|---|
| value | np.ndarray |