Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 517 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 517 Bytes

kMeans++

Run a k-means statistical simulation on your data to determine clustering characteristics.

Calculations and visualizations closely follow the discussion presented here.

For best results, data should be normalized into a vector space with each dimension ∈ [ 0, 1 ] or [ -1, 1 ].

Data outside of this range will not be displayed in the visualizations.

The first row of the CSV is assumed to be header data.