Gets model predictions at specific grid cell locations.
Usage
extract_predictions_deprecated(fs_ptr, grid_ptrs, feature_names, rows, cols)
Arguments
- fs_ptr
External pointer to a FeaturedSpace object.
- grid_ptrs
List of external pointers to Grid<float> objects.
- feature_names
Character vector of environment variable names.
- rows
Integer vector of row indices.
- cols
Integer vector of column indices.
Value
Numeric vector of raw prediction scores. NaN for NODATA cells.