TSNE {fdm2id}R Documentation

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

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

[Package fdm2id version 0.9.9 Index]