guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Add r-abodoutlier.


From: Ricardo Wurmus
Subject: 01/02: gnu: Add r-abodoutlier.
Date: Fri, 14 Sep 2018 01:46:42 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 016cabf7bee007fb580d355113de8aa13d0f0a2b
Author: pimi <address@hidden>
Date:   Mon Sep 10 13:21:38 2018 +0200

    gnu: Add r-abodoutlier.
    
    * gnu/packages/cran.scm (r-abodoutlier): New variable.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 439cfcb..0c6a490 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5822,3 +5822,32 @@ Using high-dimensional datasets to measure a subject's 
overall level of
 abnormality as compared to a reference population is often needed in outcomes
 research.")
     (license license:expat)))
+
+(define-public r-abodoutlier
+  (package
+    (name "r-abodoutlier")
+    (version "0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abodOutlier" version))
+       (sha256
+        (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
+    (properties `((upstream-name . "abodOutlier")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-cluster" ,r-cluster)))
+    (home-page "https://cran.r-project.org/web/packages/abodOutlier/";)
+    (synopsis "Angle-based outlier detection")
+    (description
+     "This package performs angle-based outlier detection on a given data
+frame.  It offers three methods to process data:
address@hidden
address@hidden full but slow implementation using all the data that has cubic
+  complexity;
address@hidden a fully randomized method;
address@hidden a method using k-nearest neighbours.
address@hidden enumerate
+These algorithms are well suited for high dimensional data outlier
+detection.")
+    (license license:expat)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]