Skip to contents

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

Usage

data(mobius_clust_tsne_param2)

Format

## `mobius_clust_tsne_param2` A data frame with 500 rows and 2 columns:

emb1

Numeric, first tSNE 2D embeddings.

emb2

Numeric, second tSNE 2D embeddings.

Source

This dataset is generated for illustrative purposes.

Examples

# Load the mobius_clust_tsne_param2 dataset
data(mobius_clust_tsne_param2)

# Display the first few rows of the dataset
head(mobius_clust_tsne_param2)
#> # A tibble: 6 × 2
#>    emb1  emb2
#>   <dbl> <dbl>
#> 1  5.50 16.9 
#> 2 16.4   8.11
#> 3  1.90 18.4 
#> 4  6.97 -3.35
#> 5  8.07 16.1 
#> 6 -9.79 11.4