Skip to contents

The `mobius_clust_data` dataset contains a 3-dimensional Mobius and Gaussian cluster with added noise dimensions. Each data point is represented by five dimensions (x1 to x5).

Usage

data(mobius_clust_data)

Format

A data frame with 500 rows and 5 columns:

x1, x2, x3, x4, x5

High-dimensional coordinates

Source

This dataset is generated for illustrative purposes.

Examples

# Load the mobius_clust_data dataset
data(mobius_clust_data)

# Display the first few rows of the dataset
head(mobius_clust_data)
#> # A tibble: 6 × 5
#>       x1    x2     x3       x4       x5
#>    <dbl> <dbl>  <dbl>    <dbl>    <dbl>
#> 1 -1.02   3.57 -0.373  0.00687 -0.0139 
#> 2  0.793 -3.56  0.620 -0.0261  -0.0457 
#> 3 -1.91  -3.91 -0.533 -0.0232  -0.0122 
#> 4 -2.79   2.94 -0.364  0.0415   0.0214 
#> 5 -1.70  -3.59  0.277 -0.00686  0.00410
#> 6 -3.83   1.63 -0.615 -0.0382   0.0336