Skip to content

Commit ff98ba5

Browse files
Planeshifterstdlib-bot
authored andcommitted
docs: update namespace table of contents
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 33e892a commit ff98ba5

File tree

1 file changed

+0
-3
lines changed
  • lib/node_modules/@stdlib/stats/strided/distances

1 file changed

+0
-3
lines changed

lib/node_modules/@stdlib/stats/strided/distances/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ The namespace exports the following:
5555

5656
<div class="namespace-toc">
5757

58-
- <span class="signature">[`dchebychev( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dchebychev]</span><span class="delimiter">: </span><span class="description">compute the Chebychev distance between two double-precision floating-point strided arrays.</span>
5958
- <span class="signature">[`dcityblock( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dcityblock]</span><span class="delimiter">: </span><span class="description">compute the city block (Manhattan) distance between two double-precision floating-point strided arrays.</span>
6059
- <span class="signature">[`dcosineDistance( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dcosine-distance]</span><span class="delimiter">: </span><span class="description">compute the cosine distance between two double-precision floating-point strided arrays.</span>
6160
- <span class="signature">[`dcosineSimilarity( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dcosine-similarity]</span><span class="delimiter">: </span><span class="description">compute the cosine similarity of two double-precision floating-point strided arrays.</span>
@@ -113,8 +112,6 @@ console.log( objectKeys( ns ) );
113112

114113
<!-- <toc-links> -->
115114

116-
[@stdlib/stats/strided/distances/dchebychev]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/distances/dchebychev
117-
118115
[@stdlib/stats/strided/distances/dcityblock]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/distances/dcityblock
119116

120117
[@stdlib/stats/strided/distances/dcosine-distance]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/distances/dcosine-distance

0 commit comments

Comments
 (0)