Documentation
¶
Overview ¶
Package clustering provides implementations of clustering algorithms for 2-D points.
Index ¶
Constants ¶
View Source
const ( Unclassified = -1 // points that are not (yet) classified Noise = -2 // points that don't belong to any cluster )
Pre-defined cluster IDs. IDs for actual clusters start at 0.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package dbscan implement the DBSCAN (Density-based spatial clustering of applications with noise) algorithm.
|
Package dbscan implement the DBSCAN (Density-based spatial clustering of applications with noise) algorithm. |
Package draw provides functions to draw 2-D points as SVG.
|
Package draw provides functions to draw 2-D points as SVG. |
Package generate implements functions that generate random distributions of points.
|
Package generate implements functions that generate random distributions of points. |
Package geometry implement some basic geometry functions for 2-D points.
|
Package geometry implement some basic geometry functions for 2-D points. |
Package index provides spatial indices for 2-D points.
|
Package index provides spatial indices for 2-D points. |
Package kmeans implements the k-means clustering algorithm, with the k-means++ algorithm for choosing initial values.
|
Package kmeans implements the k-means clustering algorithm, with the k-means++ algorithm for choosing initial values. |
Click to show internal directories.
Click to hide internal directories.