Skip to content

Commit fc5151a

Browse files
committed
eucldist
1 parent b2b43b6 commit fc5151a

File tree

3 files changed

+452
-2
lines changed

3 files changed

+452
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ If you have any suggestions or want to make additions, I would be very happy if
4141

4242
- Counting points inside a hypercube [[ IPython nbviewer ](http://nbviewer.ipython.org/github/rasbt/algorithms_in_ipython_notebooks/blob/master/ipython_nbs/geometry/points_in_hybercube.ipynb)]
4343

44+
- Vectorizing a classic `for`-loop in NumPy for calculating Euclidean distances [[ IPython nbviewer ](http://nbviewer.ipython.org/github/rasbt/algorithms_in_ipython_notebooks/blob/master/ipython_nbs/geometry/eucldist_numpy_vectorization.ipynb)]

ipython_nbs/geometry/eucldist_numpy_vectorization.ipynb

Lines changed: 449 additions & 0 deletions
Large diffs are not rendered by default.

ipython_nbs/points_in_hybercube.ipynb renamed to ipython_nbs/geometry/points_in_hybercube.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:321d4a69b25e0c57fb44c31c53b8f66c6ad070beb5c7420f73e695ef9a97d9d2"
4+
"signature": "sha256:baaa271f2377baba713579ccea7caa79f3e69cc9dd08a44bfc5b304424770bf0"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -15,7 +15,7 @@
1515
"[Sebastian Raschka](http://www.sebastianraschka.com) \n",
1616
"\n",
1717
"- [Link to the containing GitHub Repository](https://github.com/rasbt/algorithms_in_ipython_notebooks)\n",
18-
"- [Link to this IPython Notebook on GitHub](https://github.com/rasbt/algorithms_in_ipython_notebooks/blob/master/ipython_nbs/statistics/points_in_hybercubeipynb)\n",
18+
"- [Link to this IPython Notebook on GitHub](https://github.com/rasbt/algorithms_in_ipython_notebooks/blob/master/ipython_nbs/geometry/points_in_hybercube.ipynb)\n",
1919
"\n"
2020
]
2121
},

0 commit comments

Comments
 (0)