|
@ -1574,7 +1574,7 @@ right = [[0.1, 0.6, 0.8], [0.1, 0.6, 0.8], [0.1, 0.6, 0.8]] # Shape: (3, 3) <- |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
#### 3. If neither non-matching dimension has size 1, rise an error. |
|
|
#### 3. If neither non-matching dimension has size 1, rise an error. |
|
|
<br> |
|
|
|
|
|
|
|
|
|
|
|
### 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]`): |
|
|
xxxxxxxxxx