License |
License |
---|---|
GroupId | GroupIdcom.linkedin.isolation-forest |
ArtifactId | ArtifactIdisolation-forest_3.0.0_2.12 |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionisolation-forest_3.0.0_2.12
A Spark/Scala implementation of the isolation forest unsupervised outlier detection algorithm.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.linkedin.isolation-forest/isolation-forest_3.0.0_2.12/ -->
<dependency>
<groupId>com.linkedin.isolation-forest</groupId>
<artifactId>isolation-forest_3.0.0_2.12</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.isolation-forest/isolation-forest_3.0.0_2.12/
implementation 'com.linkedin.isolation-forest:isolation-forest_3.0.0_2.12:3.0.0'
// https://jarcasting.com/artifacts/com.linkedin.isolation-forest/isolation-forest_3.0.0_2.12/
implementation ("com.linkedin.isolation-forest:isolation-forest_3.0.0_2.12:3.0.0")
'com.linkedin.isolation-forest:isolation-forest_3.0.0_2.12:jar:3.0.0'
<dependency org="com.linkedin.isolation-forest" name="isolation-forest_3.0.0_2.12" rev="3.0.0">
<artifact name="isolation-forest_3.0.0_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.isolation-forest', module='isolation-forest_3.0.0_2.12', version='3.0.0')
)
libraryDependencies += "com.linkedin.isolation-forest" % "isolation-forest_3.0.0_2.12" % "3.0.0"
[com.linkedin.isolation-forest/isolation-forest_3.0.0_2.12 "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.chuusai : shapeless_2.12 | jar | 2.3.2 |
org.apache.spark : spark-avro_2.12 | jar | 3.0.0 |
org.apache.spark : spark-core_2.12 | jar | 3.0.0 |
org.apache.spark : spark-mllib_2.12 | jar | 3.0.0 |
org.apache.spark : spark-sql_2.12 | jar | 3.0.0 |
org.scala-lang : scala-library | jar | 2.12.11 |
org.scalatest : scalatest_2.12 | jar | 3.1.0 |
org.testng : testng | jar | 6.8.8 |