powered by
The `scurve_umap_rmse4` dataset contains error, RMSE, b2, b, m, a1, a2, and mean density (d_bar) for different number of bins in x-axis (b1).
data(scurve_umap_rmse4)
## `scurve_umap_rmse4` A data frame with 70 rows and 10 columns:
Numeric, model error.
Numeric, Root Mean Square Error.
Numeric, number of bins along x-axis.
Numeric, number of bins along y-axis.
Numeric, number of total bins.
Numeric, number of non-empty bins.
Numeric, hexagon bin width.
Numeric, hexagon bin height.
Numeric, mean desnity.
Character, NLDR method.
# Load the scurve_umap_rmse4 dataset data(scurve_umap_rmse4) # Display the first few rows of the dataset head(scurve_umap_rmse4)
Run the code above in your browser using DataLab