A julia package for detecting multivariate anomalies.
Keywords: Novelty detection, Anomaly Detection, Outlier Detection, Statistical Process Control
Documentation | Build Status |
---|---|
-
clone latest LIBSVM branch and checkout branch mutating_versions:
Pkg.clone("https://github.com/milanflach/LIBSVM.jl.git");
Pkg.checkout("LIBSVM", "mutating_versions");
Pkg.build("LIBSVM")
-
clone MultivariateAnomalies.jl:
Pkg.clone("https://github.com/milanflach/MultivariateAnomalies.jl")
The Documentation is available [here] (https://milanflach.github.io/MultivariateAnomalies.jl/latest).