scurve_umap_rmse2 {quollr} | R Documentation |
Summary with different number of bins for 'scurve_umap2'
Description
The 'scurve_umap_rmse2' dataset contains error, RMSE, b2, b, m, a1, a2, and mean density (d_bar) for different number of bins in x-axis (b1).
Usage
data(scurve_umap_rmse2)
Format
## 'scurve_umap_rmse2' A data frame with 70 rows and 10 columns:
- Error
Numeric, model error.
- RMSE
Numeric, Root Mean Square Error.
- b1
Numeric, number of bins along x-axis.
- b2
Numeric, number of bins along y-axis.
- b
Numeric, number of total bins.
- m
Numeric, number of non-empty bins.
- a1
Numeric, hexagon bin width.
- a2
Numeric, hexagon bin height.
- d_bar
Numeric, mean desnity.
- method
Character, NLDR method.
Source
This dataset is generated for illustrative purposes.
Examples
# Load the scurve_umap_rmse2 dataset
data(scurve_umap_rmse2)
# Display the first few rows of the dataset
head(scurve_umap_rmse2)
[Package quollr version 0.3.7 Index]