License |
License |
---|---|
GroupId | GroupIdpl.edu.icm |
ArtifactId | ArtifactIdsparkling-ferns_2.10 |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSparkling Ferns
An implementation of Random Ferns machine learning algorithm for Apache Spark.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
sparkling-ferns_2.10-0.2.0.pom | |
sparkling-ferns_2.10-0.2.0.jar | 135 KB |
sparkling-ferns_2.10-0.2.0-sources.jar | 7 KB |
sparkling-ferns_2.10-0.2.0-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.edu.icm/sparkling-ferns_2.10/ -->
<dependency>
<groupId>pl.edu.icm</groupId>
<artifactId>sparkling-ferns_2.10</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.edu.icm/sparkling-ferns_2.10/
implementation 'pl.edu.icm:sparkling-ferns_2.10:0.2.0'
// https://jarcasting.com/artifacts/pl.edu.icm/sparkling-ferns_2.10/
implementation ("pl.edu.icm:sparkling-ferns_2.10:0.2.0")
'pl.edu.icm:sparkling-ferns_2.10:jar:0.2.0'
<dependency org="pl.edu.icm" name="sparkling-ferns_2.10" rev="0.2.0">
<artifact name="sparkling-ferns_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.edu.icm', module='sparkling-ferns_2.10', version='0.2.0')
)
libraryDependencies += "pl.edu.icm" % "sparkling-ferns_2.10" % "0.2.0"
[pl.edu.icm/sparkling-ferns_2.10 "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-core_2.10 | jar | 1.0.2 |
org.apache.spark : spark-mllib_2.10 | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
com.jsuereth : scala-arm_2.10 | jar | 1.3 |
org.scalatest : scalatest_2.10 | jar | 2.2.1 |