MVN

com.aamend.spark : pathogen

Maven & Gradle

Jul 15, 2017
10 stars

pathogen · The rooster crows immediately before sunrise, the rooster causes the sun to rise. Using GraphX to detect possible causes and effects between time related events. We observe a true causation signal by generating random correlations over same events at different time and back propagate these scores to their most connected events. Finally, we extract the most probable causes and effects together with a score of aggressiveness (how likely an event could explain downstream effects) and sensitivity (how likely an event results from an upstream cause).

<dependency>
    <groupId>com.aamend.spark</groupId>
    <artifactId>pathogen</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aamend.spark : pathogen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.aamend.spark : pathogen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
pathogen-1.0.1
1.0
pathogen-1.0

How to add a dependency to Maven

Add the following com.aamend.spark : pathogen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aamend.spark</groupId>
    <artifactId>pathogen</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aamend.spark : pathogen gradle dependency to your build.gradle file:

implementation 'com.aamend.spark:pathogen:1.0.1'

Gradle Kotlin DSL: Add the following com.aamend.spark : pathogen gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aamend.spark:pathogen:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aamend.spark : pathogen sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aamend.spark" % "pathogen" % "1.0.1"

Advertisement