Skip to contents

The `mobius_clust_tsne_param1` 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_param1)

Format

## `mobius_clust_tsne_param1` 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_param1 dataset
data(mobius_clust_tsne_param1)

# Display the first few rows of the dataset
head(mobius_clust_tsne_param1)
#> # A tibble: 6 × 2
#>      emb1   emb2
#>     <dbl>  <dbl>
#> 1  -0.701  17.9 
#> 2   2.58    2.57
#> 3  -4.53   20.5 
#> 4   1.17  -26.7 
#> 5   2.95   16.1 
#> 6 -25.1    12.1