# Packages
Package dbscan clusters incoming points into clusters with params (eps, minPoints).
Package kmeans clusters incoming points into clusters with params (eps, minPoints) K-Means performs the division of objects into clusters that share similarities and are dissimilar to the objects belonging to another cluster.
# Functions
AverageDistance returns the average distance between o and all PointList.
New sets up a new set of clusters and randomly seeds their initial positions.