Activity for KMeansAniX

  • Andrew Andrew committed [r87]

    Plotter distance prints now show the squared Eu...

  • Andrew Andrew committed [r86]

    Added full support for STL containers to cluste...

  • Andrew Andrew committed [r85]

    Forgot to update animate.h for variable rename ...

  • Andrew Andrew committed [r84]

    Changed m_extra to m_safediff. Added some prep...

  • Andrew Andrew committed [r83]

    Added more documentation to convex hull code

  • Andrew Andrew committed [r82]

    Fixed an issue where an iterator was manually i...

  • Andrew Andrew committed [r81]

    Changed cluster id type to be abstract

  • Andrew Andrew committed [r80]

    Changed string precision of the error plotter b...

  • Andrew Andrew committed [r79]

    Added more descriptive names to cluser insert a...

  • Andrew Andrew committed [r78]

    Added ability to interrupt while ncurses is act...

  • KMeansAniX KMeansAniX released /kmeansanix-0.4-standard.tar.gz

  • KMeansAniX KMeansAniX released /README

  • KMeansAniX KMeansAniX released /kmeansanix.tar.gz

  • Andrew Andrew committed [r77]

    Decreased the vector range on the sample unifor...

  • Andrew Andrew committed [r76]

    Re-added backend.h for HAVE_CLOCKGETTIME defini...

  • Andrew Andrew committed [r75]

    Changed error plotter title to indicate MSE

  • Andrew Andrew committed [r74]

    Full refactor for C++11 and implicit conversion...

  • Andrew Andrew committed [r73]

    Reverted accidental full commit

  • Andrew Andrew committed [r72]

    Added compiler optimization to significantly de...

  • Andrew Andrew committed [r71]

    Identified and commented a bug where the seed i...

  • Andrew Andrew committed [r70]

    kmeansanix - demo

  • Andrew Andrew committed [r69]

    Restricted kmainitmethod scope to print_methods...

  • Andrew Andrew committed [r68]

    Changed centroid markers to stand out more and ...

  • Andrew Andrew committed [r67]

    Added a class for initilization methods that al...

  • Andrew Andrew committed [r66]

    Transitioned to c++11

  • Andrew Andrew committed [r65]

    Removed some C-style casts for C++ casts

  • Andrew Andrew committed [r64]

    Changed all \'\n\'s to "\n"s

  • Andrew Andrew committed [r63]

    Added capability to get the most recent vector ...

  • Andrew Andrew committed [r62]

    Minor bugfix on hull.cpp and makefile. Minor to...

  • Andrew Andrew committed [r61]

    Added Convex hulls. Added distance printing. ...

  • Andrew Andrew committed [r60]

    Significantly reduced memory consumption and bu...

  • Andrew Andrew committed [r59]

    Added tag 0.2 - memory hog

  • Andrew Andrew committed [r58]

    Fixed error plotter color filling

  • Andrew Andrew committed [r57]

    Changed the toggle vector key from t to v

  • Andrew Andrew committed [r56]

    Touched up clusterplotter a bit

  • Andrew Andrew committed [r55]

    General formatting

  • Andrew Andrew committed [r54]

    All files now have proper wrapping for 90-colum...

  • Andrew Andrew committed [r53]

    Added arrowed lines to the error plotter. Chan...

  • Andrew Andrew committed [r52]

    cplotter borders are now based on vector radius...

  • Andrew Andrew committed [r51]

    Added plotterext class. Now both cplotter and ...

  • Andrew Andrew committed [r50]

    Spruced up the error plotter (fixed). Accident...

  • Andrew Andrew committed [r49]

    Spruced up the error plotter

  • Andrew Andrew committed [r48]

    Axis labels now have better spacing on the edge...

  • Andrew Andrew committed [r47]

    Fixed formatting for 90-column width

  • Andrew Andrew committed [r46]

    Changed case statement indentation

  • Andrew Andrew committed [r45]

    Improved indentation of class definitions

  • Andrew Andrew committed [r44]

    Fixed a segfault error from a throw that was no...

  • Andrew Andrew committed [r43]

    Fixed some divide by zero errors

  • Andrew Andrew committed [r42]

    Grouped OS checks in makefile

  • Andrew Andrew committed [r41]

    Removed awful axis code and replaced it with gn...

  • Andrew Andrew committed [r40]

    Added tag 0.1 for old axis code

  • Andrew Andrew committed [r39]

    Refactor

  • Andrew Andrew committed [r38]

    Touched up cluster_plotter

  • Andrew Andrew committed [r37]

    Added ability to toggle printing training vecto...

  • Andrew Andrew committed [r36]

    All row and col prints are now based off of con...

  • Andrew Andrew committed [r35]

    Made all members of struct rgb public

  • Andrew Andrew committed [r34]

    Changed Compute class to Distance class

  • Andrew Andrew committed [r33]

    Removed the ability to set the centroid of an e...

  • Andrew Andrew committed [r32]

    Improved speed of computing centroids

  • Andrew Andrew committed [r31]

    Changed all references of region to cluster

  • Andrew Andrew committed [r30]

    Removed FORCE_UNIQUE_TRAINING_VECTORS and made ...

  • Andrew Andrew committed [r29]

    Moved the plotter delay to the appropriate class

  • Andrew Andrew committed [r28]

    Changed all filenames from kmeans to kmeansanix

  • Andrew Andrew committed [r27]

    Changed all references of movie to animate

  • Andrew Andrew committed [r26]

    Removed characteristic centroids from angular p...

  • Andrew Andrew committed [r25]

    Touched up init.cpp a bit

  • Andrew Andrew committed [r24]

    Cleaned up some code in init.cpp and movie.cpp

  • Andrew Andrew committed [r23]

    Cleaned up some code in init.cpp and movie.cpp....

  • Andrew Andrew committed [r22]

    Cleaned up movie.cpp a little bit

  • Andrew Andrew committed [r21]

    Cleaned up some unused code

  • Andrew Andrew committed [r20]

    Improved axes with less ticks and its now drawn...

  • Andrew Andrew committed [r19]

    Gui error deletion now deletes four hex charact...

  • Andrew Andrew committed [r18]

    Fixed stringstream gui print and cleaned up a d...

  • Andrew Andrew committed [r17]

    Cleaned up the init class slightly

  • Andrew Andrew committed [r16]

    Made stringstream use consistent throughout the...

  • Andrew Andrew committed [r15]

    Added timeout to gui error prints on Linux. Fi...

  • Andrew Andrew committed [r14]

    Transitioned to 4-space indents

  • Andrew Andrew committed [r13]

    Added getopt support. Deprecated stdin support...

  • Andrew Andrew committed [r12]

    Changed some misc comments

  • Andrew Andrew committed [r11]

    Fixed empty initial frame and changed name of p...

  • Andrew Andrew committed [r10]

    Added sample file. Modified TODO.

  • KMeansAniX KMeansAniX released /videos/kmeansanix-macqueen-large.mp4

  • KMeansAniX KMeansAniX released /videos/kmeansanix-random-large.mp4

  • KMeansAniX KMeansAniX released /videos/kmeansanix-forgy-large.mp4

  • KMeansAniX KMeansAniX released /videos/kmeansanix-angular-large.mp4

  • Andrew Andrew committed [r9]

    Updated TODO

  • Andrew Andrew committed [r8]

    Fixed makefile

  • Andrew Andrew committed [r7]

    Updated TODO

  • Andrew Andrew committed [r6]

    Adding readme

  • Andrew Andrew committed [r5]

    Addings build notes

  • Andrew Andrew modified a comment on a wiki page

    Input files should contain one vector per line and each vector should have exactly...

  • Andrew Andrew posted a comment on a wiki page

    Input files should contain one vector per line and each vector should have exactly...

  • Andrew Andrew committed [r4]

    Updated TODO

  • Andrew Andrew committed [r3]

    Updated TODO

  • Andrew Andrew committed [r2]

    Updated TODO

  • Andrew Andrew committed [r1]

    Transitioned files to sourceforge under the nam...

1
MongoDB Logo MongoDB