Get attributes from an xgeo_state
Examples
state <- xgeo_state(matrix(c(1, 2, 3, 4), nrow = 2))
names(xgeo_attributes(state))
#> [1] "explanations" "point_meta" "feature_meta" "predictions" "uncertainty"
#> [6] "embeddings" "diagnostics" "baseline" "method" "structure"