s_curve_noise_umap_predict {quollr} | R Documentation |
The 's_curve_noise_umap_predict' dataset contains the predicted UMAP (Uniform Manifold Approximation and Projection) embeddings of a three-dimensional S-curve with added noise. Each data point is represented by two UMAP coordinates (UMAP1 and UMAP2) and an ID.
data(s_curve_noise_umap_predict)
## 's_curve_noise_umap_predict' A data frame with 75 rows and 3 columns:
Numeric, predicted first UMAP 2D embeddings.
Numeric, predicted second UMAP 2D embeddings.
Numeric, identifier for each data point.
This dataset is generated for illustrative purposes.
# Load the s_curve_noise_umap_predict dataset
data(s_curve_noise_umap_predict)
# Display the first few rows of the dataset
head(s_curve_noise_umap_predict)