s_curve_noise_training {quollr} | R Documentation |
S-curve dataset with noise dimensions for training
Description
The 's_curve_noise_training' dataset contains training data with dimensions x1, x2, x3, x4, x5, x6, and x7. Each data point is identified by an ID.
Usage
data(s_curve_noise_training)
Format
A data frame with 75 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_training dataset
data(s_curve_noise_training)
# Display the first few rows of the dataset
head(s_curve_noise_training)
[Package quollr version 0.1.1 Index]