| .cardinality_heuristic_report | R Documentation |
The fields a cardinality_report carries that the prune loop computes, and
NA for the ones it does not. The loop maximizes nothing and derives no
bound, so best_possible and gap have no value to hold; NA is what they
hold, rather than a number that would read as a bound.
.cardinality_heuristic_report(pairs, max_std_diff)
## S3 method for class 'cardinality_heuristic'
print(x, ...)
pairs |
The matched pairs the loop settled on. |
max_std_diff |
The threshold it pruned toward. |
x |
A |
... |
Ignored. |
An object of class c("cardinality_heuristic", "cardinality_report").
Invisibly returns x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.