| License |
License |
|---|---|
| GroupId | GroupIdcom.aamend.hadoop |
| ArtifactId | ArtifactIdhadoop-primitive-clustering |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionHadoop 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
|
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.10 |
| org.apache.mrunit : mrunit | jar | 1.0.0 |