| License |
License |
|---|---|
| GroupId | GroupIdcom.criteo |
| ArtifactId | ArtifactIdrsvd |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionSpark-RSVD
R-SVD for large sparse matrices on Spark
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rsvd-1.0.pom | |
| rsvd-1.0.jar | 231 KB |
| rsvd-1.0-sources.jar | 24 KB |
| rsvd-1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.criteo/rsvd/ -->
<dependency>
<groupId>com.criteo</groupId>
<artifactId>rsvd</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.criteo/rsvd/
implementation 'com.criteo:rsvd:1.0'
// https://jarcasting.com/artifacts/com.criteo/rsvd/
implementation ("com.criteo:rsvd:1.0")
'com.criteo:rsvd:jar:1.0'
<dependency org="com.criteo" name="rsvd" rev="1.0">
<artifact name="rsvd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.criteo', module='rsvd', version='1.0')
)
libraryDependencies += "com.criteo" % "rsvd" % "1.0"
[com.criteo/rsvd "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.1 |
| org.apache.spark : spark-core_2.11 | jar | 2.3.1 |
| org.apache.spark : spark-mllib_2.11 | jar | 2.3.1 |
| org.scalanlp : breeze_2.11 | jar | 0.13.2 |
| com.typesafe.scala-logging : scala-logging-slf4j_2.11 | jar | 2.1.2 |
| com.github.scopt : scopt_2.11 | jar | 3.3.0 |
| de.javakaffee : kryo-serializers | jar | 0.42 |