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 × 4
#>       x1     x2      x3       x4
#>    <dbl>  <dbl>   <dbl>    <dbl>
#> 1  0.304  0.706 -0.152   0.0362 
#> 2  0.916  0.588  0.0260 -0.0436 
#> 3  0.178  1.20   0.185   0.00820
#> 4  0.740 -1.05  -0.148  -0.0462 
#> 5 -0.899  0.304 -0.307  -0.0387 
#> 6 -0.675  0.669 -0.121  -0.00652