Skip to content

Releases: kamil-sita/simple_kmeans

API rewrite, optimization improvements

12 Feb 16:26
Compare
Choose a tag to compare
  • massively changed API that somewhat simplifies usage of library
  • 2 optimization improvements (easier, somewhat better multithreading, option to not update points if their standard deviation was already low)

Multithreading

02 Mar 15:28
Compare
Choose a tag to compare
  • added constructor that enables user to provide ExecutorService
  • getDeviation() is now public

Yet another release

23 Oct 18:42
Compare
Choose a tag to compare
  • changed the way initial objects are created
  • some bugfixes
  • some refactors

Feedback update

04 Sep 13:24
Compare
Choose a tag to compare

You can use getProgress() method to get current progress.

If you want to always update progress or do something else on every iteration, you can use setOnUpdate() method.

Slightly updated release

06 Aug 19:42
Compare
Choose a tag to compare

Not much externally has changed in this version aside from package names changing

First release v1.0

01 Aug 11:10
d523623
Compare
Choose a tag to compare

First working release of simple_kmeans library.