Glossary

Core point

Has at least `min_samples` neighbors within `eps` distance. These are the interior of a cluster. 2. **Border point** — Within `eps` distance of a core point, but doesn't have enough neighbors to be a core point itself. These are on the edge of a cluster. 3. **Noise point** — Not within `eps` distanc

Learn More

Related Terms