powered by
This function generates an evaluation data frame based on the provided data and predictions.
glance(highd_data, model_2d, model_highd)
A tibble contains Error, and MSE values.
The dataset containing high-dimensional coordinates and an unique identifier.
Centroid coordinates of hexagonal bins in 2-D space.
Centroid coordinates of hexagonal bins in high dimensions.
glance(highd_data = scurve, model_highd = scurve_model_obj$model_highd, model_2d = scurve_model_obj$model_2d)
Run the code above in your browser using DataLab