Last Version

E K-means 2.0.0

A Java K-means Clustering implementation with an optional special equal option that apply an equal cardinality constraint on the clusters while remaining as spatially cohesive as possible.

License

License

GroupId

GroupId

ca.pjer
ArtifactId

ArtifactId

ekmeans
Version

Version

2.0.0
Type

Type

jar
Description

Description

E K-means
A Java K-means Clustering implementation with an optional special equal option that apply an equal cardinality constraint on the clusters while remaining as spatially cohesive as possible.
Project URL

Project URL

https://github.com/pierredavidbelanger/ekmeans
Source Code Management

Source Code Management

https://github.com/pierredavidbelanger/ekmeans

Download ekmeans 2.0.0


<!-- https://jarcasting.com/artifacts/ca.pjer/ekmeans/ -->
<dependency>
    <groupId>ca.pjer</groupId>
    <artifactId>ekmeans</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ca.pjer/ekmeans/
implementation 'ca.pjer:ekmeans:2.0.0'
// https://jarcasting.com/artifacts/ca.pjer/ekmeans/
implementation ("ca.pjer:ekmeans:2.0.0")
'ca.pjer:ekmeans:jar:2.0.0'
<dependency org="ca.pjer" name="ekmeans" rev="2.0.0">
  <artifact name="ekmeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.pjer', module='ekmeans', version='2.0.0')
)
libraryDependencies += "ca.pjer" % "ekmeans" % "2.0.0"
[ca.pjer/ekmeans "2.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.