gen_diffbin1_errors | R Documentation |
This function augments a dataset with predictions and error metrics obtained from a nonlinear dimension reduction (NLDR) model.
gen_diffbin1_errors(highd_data, nldr_data, benchmark_highdens = 1)
highd_data |
A tibble that contains the high-dimensional data with a unique identifier. |
nldr_data |
A tibble that contains the embedding with a unique identifier. |
benchmark_highdens |
(default: 1) A numeric value using to filter high-density hexagons. |
A tibble containing the augmented data with predictions, error metrics, and absolute error metrics.
scurve_sample <- scurve |> head(100)
scurve_umap_sample <- scurve_umap |> head(100)
gen_diffbin1_errors(highd_data = scurve_sample, nldr_data = scurve_umap_sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.