mobiusgau_tsne1: tSNE embedding for mobiusgau dataset which with noise...

mobiusgau_tsne1R Documentation

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

Description

The 'mobiusgau_tsne1' 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_tsne1)

Format

## 'mobiusgau_tsne1' A data frame with 1000 rows and 4 columns:

emb1

Numeric, first tSNE 2D embeddings.

emb2

Numeric, second tSNE 2D embeddings.

Source

This dataset is generated for illustrative purposes.

Examples

# Load the mobiusgau_tsne1 dataset
data(mobiusgau_tsne1)

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


cardinalR documentation built on Aug. 21, 2025, 5:27 p.m.