Skip to content

clusterfreak/ClusterCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClusterCore 1.2.0 (2024-12-07)

Core classes for cluster analysis - Java

ClusterCore ClusterCore? ClusterCore? ClusterCore? ClusterCore?

ClusterCore

Fuzzy-C-Means and Possibilistic-C-Means Algorithms in an only marginally modified version from 2005.

FuzzyCMeans 1.7.0 (2024-12-07)
PossibilisticCMeans 1.3.0 (2024-12-07)
Point2D 1.3.3 (2021-05-13)
PointPixel 1.0.3 (2021-05-13)
CoreTest 0.1.6 (2024-12-07)

/images/sphere32.png

Internal Self-Test

CoreTest Output
ClusterCore 1.2.0

FCM Test: ok
PCM Test (1st pass): ok
PCM Test (2nd pass): ok
14 ms
Mac OS X 15.1.1 aarch64

Apache Maven Compiler Plugin 3.13.0
Apache Maven Source Plugin 3.3.1
Apache Maven Javadoc Plugin 3.11.2
Apache Maven GPG Plugin 3.2.7
Nexus Staging Maven Plugin 1.7.0

Release Notes (Rolling Release)

1.2.0 (2024-12-07)

  • Java 23

FuzzyCMeans 1.7.0 (2024-12-07), PossibilisticCMeans 1.3.0 (2024-12-07)

  • Using Arrays instead of Vector

  • Avoiding unnecessary calculations

  • Parallelization: The calculations of the new partitions and cluster centers could be parallelized to speed up execution on multiple cores.

CoreTest 0.1.6 (2024-12-07)

  • new Version Information

1.1.6 (not released)

  • Java 21

  • README.adoc Link to c1f.de

1.1.5 (2022-06-29)

  • Deployment Test Version

  • Java 18.0.1

  • Apache Maven Compiler Plugin 3.10.1

  • Apache Maven Source Plugin 3.2.0

  • Apache Maven Javadoc Plugin 3.4.0

  • Apache Maven GPG Plugin 3.0.1

  • Nexus Staging Maven Plugin 1.6.13

1.1.4 (2021-05-13)

  • Javadoc Warnings #2 (CoreTest, Point2D, PointPixel)

  • JavaDoc with Java 11

  • Apache Maven Javadoc Plugin 3.2.0

  • Apple M1 Maven Deployment

1.1.3 (2020-11-01)

  • Source Code Optimization (CoreTest, FuzzyCMeans, PossibilisticCMeans)

1.1.2 (2020-10-31)

  • CoreTest() Version Information #1

1.1.1 (2020-10-25)

  • add /images/sphere32.png as Icon for Apps

1.1.0 (2020-05-24)

  • initial Release after extracting from ClusterGraphix 0.95.4 (2018-09-09)

About

Core classes for cluster analysis - Java - Fuzzy-C-Means and Possibilistic-C-Means Algorithms in an only marginally modified version from 2005.

Topics

Resources

License

Stars

Watchers

Forks

Languages