SoerenHenning / TeeAD

TeeAD is a library for time series analysis and anomaly detection with TeeTime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeeAD - Anomaly Detection with TeeTime

TeeAD is an open source library for time series analysis and anomaly detection with the Pipe-and-Filter framework TeeTime. It provides a TeeTime stage that investigates incoming measurements for anomalies and calculates an anomaly score for them.

Further information can be found in Sören Henning´s bachelor´s thesis.

Install

In order to us TeeAD, you have to add it as a dependency to your favorite build tool. If your are using Maven, copy the following lines to your pom.xml.

<dependency>
  <groupId>de.soeren-henning</groupId>
  <artifactId>teead</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Since there is only a snapshot version of TeeAD available so far, you also have to add the Sonatype snapshot repository.

<repositories>
	<repository>
		<id>sonatype.oss.snapshots</id>
		<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
	</repository>
</repositories>

About

TeeAD is a library for time series analysis and anomaly detection with TeeTime.

License:Apache License 2.0


Languages

Language:Java 100.0%