You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/distances/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,12 @@ The namespace exports the following:
55
55
56
56
<divclass="namespace-toc">
57
57
58
+
- <spanclass="signature">[`dchebyshev( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dchebyshev]</span><spanclass="delimiter">: </span><spanclass="description">compute the Chebyshev distance between two double-precision floating-point strided arrays.</span>
58
59
- <spanclass="signature">[`dcityblock( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dcityblock]</span><spanclass="delimiter">: </span><spanclass="description">compute the city block (Manhattan) distance between two double-precision floating-point strided arrays.</span>
59
60
- <spanclass="signature">[`dcosineDistance( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dcosine-distance]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosine distance between two double-precision floating-point strided arrays.</span>
60
61
- <spanclass="signature">[`dcosineSimilarity( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dcosine-similarity]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosine similarity of two double-precision floating-point strided arrays.</span>
61
62
- <spanclass="signature">[`deuclidean( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/deuclidean]</span><spanclass="delimiter">: </span><spanclass="description">compute the Euclidean distance between two double-precision floating-point strided arrays.</span>
63
+
- <spanclass="signature">[`dminkowski( N, p, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dminkowski]</span><spanclass="delimiter">: </span><spanclass="description">compute the Minkowski distance between two double-precision floating-point strided arrays.</span>
62
64
- <spanclass="signature">[`dsquaredEuclidean( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dsquared-euclidean]</span><spanclass="delimiter">: </span><spanclass="description">compute the squared Euclidean distance between two double-precision floating-point strided arrays.</span>
0 commit comments