> For the complete documentation index, see [llms.txt](https://docs.neuralaim.ru/napi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neuralaim.ru/napi/dokumentaciya-or-api/predictor.md).

# Predictor

### update

```python
def update(self, target_x: float, target_y: float) -> Tuple[float, float]:
```

### reset

```python
def reset(self) -> None:
```
