Skip to contents

The `mobius_clust_tsne_param3` 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_param3)

Format

## `mobius_clust_tsne_param3` 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_param3)

# Display the first few rows of the dataset
head(mobius_clust_tsne_param3)
#> # A tibble: 6 × 2
#>     emb1  emb2
#>    <dbl> <dbl>
#> 1  -8.63 -38.2
#> 2 -20.5  -14.2
#> 3   3.91 -41.4
#> 4  45.8   12.8
#> 5 -20.7  -36.2
#> 6  33.6  -12.9