ARCANE-Spark (homepage)

AnticipatoRy Complex Adaptive Network Extrapolation (ARCANE) Library Apache Spark Harness

AnticipatoRy Complex Adaptive Network Extrapolation for Apache Spark (ARCANE-Spark) is a Scala-based Apache Spark binding for ARCANE. ARCANE is a genetic algorithm system for automatically generating system dynamics models that differ in both their embedded parameters and their fundamental equations while maintaining dimensional consistency. ARCANE is intended to be used for anticipatory modeling of systems such as complex networks.


Tags (No tags yet, login to add one. )


How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages drmichaelnorth:ARCANE-Spark:1.0.0

sbt

If you use the sbt-spark-package plugin, in your sbt build file, add:

spDependencies += "drmichaelnorth/ARCANE-Spark:1.0.0"

Otherwise,

resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/"

libraryDependencies += "drmichaelnorth" % "ARCANE-Spark" % "1.0.0"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>drmichaelnorth</groupId>
    <artifactId>ARCANE-Spark</artifactId>
    <version>1.0.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.0 ( 3f6e7c | zip | jar ) / Date: 2016-01-20 / License: BSD 3-Clause

Spark Scala/Java API compatibility: - 3% , - 87% , - 2% , - 92% , - 1% , - 100%