-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 994 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: sGMRFmix
Type: Package
Title: Sparse Gaussian Markov Random Field Mixtures for Anomaly
Detection
Version: 0.3.0
Authors@R: person("Koji", "Makiyama", email = "[email protected]", role = c("cre", "aut"))
Description: An implementation of sparse Gaussian Markov random field mixtures
presented by Ide et al. (2016) <doi:10.1109/ICDM.2016.0119>.
It provides a novel anomaly detection method for multivariate noisy sensor data.
It can automatically handle multiple operational modes.
And it can also compute variable-wise anomaly scores.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: ggplot2, glasso, mvtnorm, stats, tidyr, utils, zoo
Suggests: dplyr, ModelMetrics, testthat, covr, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-04-16 09:00:00 UTC; kmakiyam
Author: Koji Makiyama [cre, aut]
Maintainer: Koji Makiyama <[email protected]>
Repository: CRAN
Date/Publication: 2018-04-16 09:27:39 UTC