| .assignment_lazy | R Documentation |
Mirrors assignment()'s contract (same result shape) but computes costs
on demand from the underlying feature data instead of a materialized
matrix. Only "jv" and "auction" are supported – every other method is
fundamentally dense (repeated full-matrix scans, or an algorithm not yet
templated for a lazy cost source) and gets a clear error here rather than
a silent dense fallback that would defeat the point of memory_mode = "lazy".
.assignment_lazy(cost, maximize = FALSE, method = "auto", auction_eps = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.