Hadoop Primitive Clustering

Custom implementation of Mahout clustering. Uses primitive arrays instead of Vectors and allows custom distance measure such as Levenshtein measure or Jaccard Coefficient. Only support array of Integer in version 1.0

License

License

GroupId

GroupId

com.aamend.hadoop
ArtifactId

ArtifactId

hadoop-primitive-clustering
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Hadoop Primitive Clustering
Custom implementation of Mahout clustering. Uses primitive arrays instead of Vectors and allows custom distance measure such as Levenshtein measure or Jaccard Coefficient. Only support array of Integer in version 1.0

Download hadoop-primitive-clustering

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.hadoop : hadoop-core jar 2.0.0-mr1-cdh4.0.1
com.google.code.gson : gson jar 2.2.4
org.apache.hadoop : hadoop-common jar 2.0.0-cdh4.2.0
org.apache.hadoop : hadoop-hdfs jar 2.0.0-cdh4.2.0

test (2)

Group / Artifact Type Version
junit : junit-dep jar 4.10
org.apache.mrunit : mrunit jar 1.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0