S-AnomalyDSD (homepage)
AnomalyDSD is a Spark Package composed of four Big Data Anomaly Dynamic and Static Detection Algorithms
@ari-dasci / (1)
AnomalyDSD is a Spark Package composed of four Big Data Anomaly Dynamic and Static Detection Algorithms
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages ari-dasci:S-AnomalyDSD:1.0
sbt
If you use the sbt-spark-package plugin, in your sbt build file, add:
spDependencies += "ari-dasci/S-AnomalyDSD:1.0"
Otherwise,
resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/" libraryDependencies += "ari-dasci" % "S-AnomalyDSD" % "1.0"
Maven
In your pom.xml, add:<dependencies>
<!-- list of dependencies -->
<dependency>
<groupId>ari-dasci</groupId>
<artifactId>S-AnomalyDSD</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
<repositories>
<!-- list of other repositories -->
<repository>
<id>SparkPackagesRepo</id>
<url>https://repos.spark-packages.org/</url>
</repository>
</repositories>
Releases
Version: 1.0 ( 6784b4 | zip | jar ) / Date: 2021-02-17 / License: Apache-2.0 / Scala version: 2.12