Fix innerproduct for ann
Signed-off-by: John Mazanec <jmazane@amazon.com>
This commit is contained in:
parent
3340083904
commit
4f69990198
|
@ -176,7 +176,7 @@ A space corresponds to the function used to measure the distance between two poi
|
|||
</tr>
|
||||
<tr>
|
||||
<td>innerproduct</td>
|
||||
<td>\[ Distance(X, Y) = {A · B} \]</td>
|
||||
<td>\[ Distance(X, Y) = - {A · B} \]</td>
|
||||
<td>if (Distance Function >= 0) 1 / (1 + Distance Function) else -Distance Function + 1</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue