Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdwill committed Apr 30, 2024
2 parents dd4c54f + d73c15a commit cd4f485
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ we may want to cluster the data solely on bounding box information while also ma

---

## Installation

```bash
$ python -m pip install kmeans-tjdwill
```

## How it Works

Specifying the `k` value results in a `dict[int: NDArray]` where each `NDArray` contains the elements within the cluster. The keys of this dict range from `0` to `k-1`, allowing the key to also be used to index the corresponding cluster centroid from the centroid array.
Expand Down

0 comments on commit cd4f485

Please sign in to comment.