Learn R Programming

cardinalR (version 1.0.6)

mobiusgau_tsne2: tSNE embedding for mobiusgau dataset which with noise dimensions tSNE parameters set to perplexity: 30.

Description

The `mobiusgau_tsne2` dataset contains the tSNE (t-distributed Stochastic Neighbor Embedding) embeddings of a five-dimensional mobiusgau. Each data point is represented by two tSNE coordinates (emb1 and emb2).

Usage

data(mobiusgau_tsne2)

Arguments

Format

## `mobiusgau_tsne2` A data frame with 1000 rows and 4 columns:

emb1

Numeric, first tSNE 2D embeddings.

emb2

Numeric, second tSNE 2D embeddings.

Examples

Run this code
# Load the mobiusgau_tsne2 dataset
data(mobiusgau_tsne2)

# Display the first few rows of the dataset
head(mobiusgau_tsne2)

Run the code above in your browser using DataLab