File: NAMESPACE

package info (click to toggle)
r-cran-rtsne 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: cpp: 1,283; sh: 13; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated by roxygen2: do not edit by hand

S3method(Rtsne,data.frame)
S3method(Rtsne,default)
S3method(Rtsne,dist)
export(Rtsne)
export(Rtsne_neighbors)
export(normalize_input)
import(Rcpp)
importFrom(stats,model.matrix)
importFrom(stats,na.fail)
importFrom(stats,prcomp)
useDynLib(Rtsne, .registration = TRUE)