Learn R Programming

pandemonium (version 0.2.4)

tSNE: t-Distributed Stochastic Neighbor Embedding

Description

Computes non-linear dimension reduction with Rtsne and default parameters.

Usage

tSNE(dist, ...)

Value

list containing a n x 2 matrix of reduced dimension data in Y

Arguments

dist

a distance matrix

...

other parameters expected to be passed to dimReduction

Examples

Run this code
head(tSNE(getDists(Bikes$space1,"euclidean"))$Y)


Run the code above in your browser using DataLab