upd README.md

This commit is contained in:
hashlag
2024-02-06 21:19:23 +03:00
parent 9538d4722c
commit 8ebf5673de

View File

@@ -58,6 +58,12 @@ w · x + b ≤ 0 point x is located "to the left"
Since nodes are organized into a tree, we can perform search by evaluating the expression and proceeding to the corresponding child node. Since nodes are organized into a tree, we can perform search by evaluating the expression and proceeding to the corresponding child node.
### Installation
```shell
pip install git+https://github.com/hashlag/neighbours.git
```
### Usage ### Usage
Import the package, for example, as Import the package, for example, as