Terse summaries of the objects returned by the Coreset solvers.
Arguments
- x
A
MaxMinSelectionobject (from any solver, includingExactMaxMin()).- ...
Ignored; present for S3 compatibility.
Value
print.Coreset() returns x, invisibly. It is called for its side-effect
of printing format(x) to the console.
format.Coreset() returns a character string reporting the selection size,
the selected indices, the algorithm (and if applicable strategy or proof
status), and the achieved \(T_k\).
See also
Other reporting functions:
print.KCentre,
print.MaxEntropy,
print.MaxMeanSelection(),
print.MaxSum,
summary.Coreset