This repository was archived by the owner on Apr 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ The procedures parallelize the computation and are therefore more appropriate fo
2929
3030Cosine similarity is only calculated over non-NULL dimensions.
3131When calling the function, we should provide lists that contain the overlapping items.
32- The procedures expect to receive the same length lists for all items, so we need to pad those lists with 0s where necessary.
32+ The procedures expect to receive the same length lists for all items, so we need to pad those lists with `algo.NaN()` where necessary.
3333
3434// end::explanation[]
3535
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The procedures parallelize the computation and are therefore more appropriate fo
3030
3131Euclidean similarity is only calculated over non-NULL dimensions.
3232When calling the function, we should provide lists that contain the overlapping items.
33- The procedures expect to receive the same length lists for all items, so we need to pad those lists with 0s where necessary.
33+ The procedures expect to receive the same length lists for all items, so we need to pad those lists with `algo.NaN()` where necessary.
3434
3535// end::explanation[]
3636
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The procedures parallelize the computation and are therefore more appropriate fo
2828
2929Pearson similarity is only calculated over non-NULL dimensions.
3030When calling the function, we should provide lists that contain the overlapping items.
31- The procedures expect to receive the same length lists for all items, so we need to pad those lists with 0s where necessary.
31+ The procedures expect to receive the same length lists for all items, so we need to pad those lists with `algo.NaN()` where necessary.
3232
3333// end::explanation[]
3434
You can’t perform that action at this time.
0 commit comments