Learn R Programming

fdm2id (version 0.9.9)

TSNE: t-distributed Stochastic Neighbor Embedding

Description

Return the t-SNE dimensionality reduction.

Usage

TSNE(x, perplexity = 30, nstart = 10, ...)

Arguments

x

A numeric dataset (data.frame or matrix).

perplexity

Specification of the perplexity.

nstart

How many random sets should be chosen?

...

Other parameters.

See Also

Rtsne

Examples

Run this code
require (datasets)
data (iris)
TSNE (iris [, -5])

Run the code above in your browser using DataLab