Skip to contents

The `s_curve_noise_test` dataset contains test data with dimensions x1, x2, x3, x4, x5, x6, and x7. Each data point is identified by an ID.

Usage

data(s_curve_noise_test)

Format

A data frame with 25 rows and 8 columns:

ID

Identification number

x1, x2, x3, x4, x5, x6, x7

High-dimensional coordinates

Source

This dataset is generated for training purposes.

Examples

# Load the s_curve_noise_test dataset
data(s_curve_noise_test)

# Display the first few rows of the dataset
head(s_curve_noise_test)
#> # A tibble: 6 × 8
#>        x1    x2     x3       x4       x5       x6       x7    ID
#>     <dbl> <dbl>  <dbl>    <dbl>    <dbl>    <dbl>    <dbl> <int>
#> 1 -0.478   1.61 -1.88   0.0101  -0.00746  0.0101   0.00972     5
#> 2 -0.727   1.66  0.314  0.00269  0.0196   0.0559  -0.00481    10
#> 3  0.513   1.86  1.86  -0.00648 -0.0127   0.00635 -0.00770    13
#> 4  0.0635  1.48 -2.00   0.00458  0.0164  -0.0627  -0.00371    18
#> 5  0.918   1.36 -1.40   0.0161   0.0160  -0.0190   0.00341    27
#> 6  0.654   1.53 -1.76  -0.00906 -0.00186 -0.0831  -0.00323    28