[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/17: gnu: Add r-tsne.
From: |
Ben Woodcroft |
Subject: |
17/17: gnu: Add r-tsne. |
Date: |
Sat, 11 Mar 2017 19:29:11 -0500 (EST) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit a5935d1946c42a91218c20dba5e1c4cdc396ced6
Author: Raoul Jean Pierre Bonnal <address@hidden>
Date: Sat Mar 11 22:36:10 2017 +1000
gnu: Add r-tsne.
* gnu/packages/bioinformatics.scm (r-tsne): New variable.
Signed-off-by: Ben Woodcroft <address@hidden>
---
gnu/packages/statistics.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 401cb17..306df9c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4819,3 +4819,21 @@ particularly suited for high dimensional data.
Ensembles of classification,
regression, survival and probability prediction trees are supported. Data from
genome-wide association studies can be analyzed efficiently.")
(license license:gpl3)))
+
+(define-public r-tsne
+ (package
+ (name "r-tsne")
+ (version "0.1-3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "tsne" version))
+ (sha256
+ (base32
+ "0s8cv2pndkddq62rzlgzgfdjp1vjv5hz5i5957sllnb97vbzbzb6"))))
+ (build-system r-build-system)
+ (home-page "https://github.com/jdonaldson/rtsne/")
+ (synopsis "t-Distributed Stochastic Neighbor Embedding for R")
+ (description
+ "This package provides a pure R implementation of the t-SNE algorithm.")
+ (license license:gpl2+)))
- 08/17: gnu: Add r-pbkrtest., (continued)
- 08/17: gnu: Add r-pbkrtest., Ben Woodcroft, 2017/03/11
- 10/17: gnu: Add r-caret., Ben Woodcroft, 2017/03/11
- 06/17: gnu: Add r-nloptr., Ben Woodcroft, 2017/03/11
- 05/17: gnu: Add r-quantreg., Ben Woodcroft, 2017/03/11
- 11/17: gnu: Add r-rcppprogress., Ben Woodcroft, 2017/03/11
- 13/17: gnu: Add r-numderiv., Ben Woodcroft, 2017/03/11
- 15/17: gnu: Add r-tclust., Ben Woodcroft, 2017/03/11
- 12/17: gnu: Add r-mnormt., Ben Woodcroft, 2017/03/11
- 09/17: gnu: Add r-car., Ben Woodcroft, 2017/03/11
- 16/17: gnu: Add r-ranger., Ben Woodcroft, 2017/03/11
- 17/17: gnu: Add r-tsne.,
Ben Woodcroft <=
- 14/17: gnu: Add r-sn., Ben Woodcroft, 2017/03/11
- 07/17: gnu: Add r-lme4., Ben Woodcroft, 2017/03/11