forked from KlugerLab/FIt-SNE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 1.88 KB
/
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
25
26
27
Package: fftRtsne
Type: Package
Title: FFT-Accelerated Interpolation-Based tSNE (FIt-SNE)
Version: 1.0.1
Date: 2018-03-27
Description: An R wrapper around a fast Fourier transform-accelerated interpolation-based t-SNE (FIt-SNE), which dramatically accelerates the computation of t-SNE. The most time-consuming step of t-SNE is a convolution that is here, accelerated by interpolating onto an equispaced grid and subsequently using the fast Fourier transform to perform the convolution. The computation of input similarities in high dimensions is also optimised using multi-threaded approximate nearest neighbors. A further modification to t-SNE called "late exaggeration", allows for easier identification of clusters in t-SNE embeddings. See Linderman GC., Rachh M., et al (2017) <arXiv:1712.09005>.
Authors@R: c(person("George C.","Linderman", role = c("aut"), comment="Author of original FI-tsne code"),
person("Manas","Rachh",role = c("aut"), comment="Author of original FI-tsne code"),
person("Jeremy G.","Hoskins", role = c("aut"), comment="Author of original FI-tsne code"),
person("Stefan","Steinerberger", role = c("aut"), comment="Author of original FI-tsne code"),
person("Yuval","Kluger", role = c("aut"), comment="Author of original FI-tsne code"),
person("Julian","Spagnuolo", role = c("com","cre"), email="[email protected]", comment="R package author"),
person("Laurens", "van der Maaten", role = c("cph"), comment="Author of original tSNE code"))
URL: https://github.com/JulianSpagnuolo/FIt-SNE
Depends:
Imports:
parallel
Suggests:
ggplot2,
ggthemes
Maintainer: Julian Spagnuolo <[email protected]>
BugReports: https://github.com/JulianSpagnuolo/FIt-SNE/issues
License: BSD_3_clause + file LICENSE
OS_type: unix
SystemRequirements: C++11, [FFTW](http://www.fftw.org/)
NeedsCompilation: yes
RoxygenNote: 6.0.1