| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| videos | 2014-07-05 | ||
| kmeansanix-0.4-standard.tar.gz | 2014-11-03 | 90.3 kB | |
| README | 2014-11-03 | 895 Bytes | |
| Totals: 3 Items | 91.2 kB | 0 |
Input File Format:
Files should contain one vector per line and each vector should have exactly two components.
Example input file:
838.6 199.0
170.1 784.7
160.0 738.6
527.7 330.5
360.1 979.3
27.8 494.9
479.6 787.3
633.5 645.1
623.7 402.2
934.2 806.0
Changelog:
0.1 - Initial release. The original code to draw axes is very messy however the origin of
the axis system can be in the middle of the data grid.
0.2 - New standard axes which are always drawn to the left and below the data.
0.3 - Significantly decreased the memory consumption with reference_wrapper. Added convex
hulls and distance printing to the animations.
0.4 - Re-wrote container code to be generic and support C++11. Added ability for the user
to specify the origin for angular partitioning. Added sequential vector selection
and the ability to animate the initialization method.