Select Connection: INPUT[inlineListSuggester(optionQuery(#permanent_note), optionQuery(#literature_note), optionQuery(#fleeting_note)):connections]
Suppose we want to solve a problem on instances which are too large to be processed efficiently. The coreset aims at making it possible to solve the problem on a small subset of data, maintaining the accuracy within a small multiplicative factor.
Definition
Extract a small subset (called coreset) from , which represents well. Run best know sequential algorithm for on the coreset
Effective if:
- can be extracted efficiently by processing
- The solution on is a good solution with respect to the entire input . A condition that might be satisfied is: for some small