Skip to contents

This function generates an evaluation data frame based on the provided data and predictions.

Usage

glance(highd_data, model_2d, model_highd)

Arguments

highd_data

The dataset containing high-dimensional coordinates and an unique identifier.

model_2d

Centroid coordinates of hexagonal bins in 2-D space.

model_highd

Centroid coordinates of hexagonal bins in high dimensions.

Value

A tibble contains Error, and MSE values.

Examples

glance(highd_data = scurve, model_highd = scurve_model_obj$model_highd,
model_2d = scurve_model_obj$model_2d)
#> # A tibble: 1 × 2
#>   Error  RMSE
#>   <dbl> <dbl>
#> 1  613. 0.431