s_curve_noise_umap_scaled {quollr} | R Documentation |
The 's_curve_noise_umap_scaled' dataset contains the scaled UMAP (Uniform Manifold Approximation and Projection) embeddings.
data(s_curve_noise_umap_scaled)
## 's_curve_noise_umap_scaled' A data frame with 25 rows and 3 columns:
Numeric, Scaled first UMAP 2D embeddings.
Numeric, Scaled second UMAP 2D embedding.
Numeric, identifier for each data point.
This dataset is generated for illustrative purposes.
# Load the s_curve_noise_umap_scaled dataset
data(s_curve_noise_umap_scaled)
# Display the first few rows of the dataset
head(s_curve_noise_umap_scaled)