unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: pimi <madalinionel.patrascu@mdc-berlin.de>
To: 32678@debbugs.gnu.org
Cc: pimi <madalinionel.patrascu@mdc-berlin.de>
Subject: [bug#32678] [PATCH] gnu: Add r-abodoutlier.
Date: Mon, 10 Sep 2018 13:21:38 +0200	[thread overview]
Message-ID: <20180910112138.24192-1-madalinionel.patrascu@mdc-berlin.de> (raw)

gnu/packages/cran.scm (r-abodoutlier): New variable.
---
 gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 814439172..962b82168 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5564,3 +5564,31 @@ gf_density(), and so on, bring the formula interface to ggplot().  This captures
 and extends the excellent simplicity of the lattice-graphics formula interface,
 while providing the intuitive capabilities of @code{r-ggplot2}.")
     (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.
+  The @code{r-abodoutlier} package offers three methods to process data:
+@enumerate
+@item - full but slow implementation using all the data that has cubic
+complexity;
+@item - a fully randomized method;
+@item - a method using k-nearest neighbours.
+@end enumerate
+  These algorithms are well suited for high dimensional data outlier detection.")
+    (license license:expat)))
-- 
2.17.1

             reply	other threads:[~2018-09-10 11:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-10 11:21 pimi [this message]
2018-09-14  5:48 ` bug#32678: [PATCH] gnu: Add r-abodoutlier Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180910112138.24192-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=32678@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).