Convex Hulls in Python
In this tutorial, we will walk through the implementation of a different and unique clustering approach with the help of convex hulls. But it’s always important to understand the concept before jumping right into the code! So let’s understand what convex hulls are. Introduction to Convex Hulls A Convex object is an object which has no interior …