TSNE: t-distributed Stochastic Neighbor Embedding

TSNER 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])

fdm2id documentation built on July 9, 2023, 6:05 p.m.

Related to TSNE in fdm2id...