Browse Source

Numpy

pull/10/head
Jure Šorn 5 years ago
parent
commit
3f37b83475
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1712,7 +1712,7 @@ right = [[0.1, 0.6, 0.8], [0.1, 0.6, 0.8], [0.1, 0.6, 0.8]] # Shape: (3, 3) <-
### Example ### Example
#### For each point returns index of its nearest point (`'[0.1, 0.6, 0.8] => [1, 2, 1]'`):
#### For each point returns index of its nearest point (`[0.1, 0.6, 0.8] => [1, 2, 1]`):
```python ```python
>>> points = np.array([0.1, 0.6, 0.8]) >>> points = np.array([0.1, 0.6, 0.8])

Loading…
Cancel
Save