Go to the source code of this file.
|
| template<typename Iterator , typename P = std::identity> |
| Iterator | AIToolbox::extractDominated (Iterator begin, Iterator end, P p=P{}) |
| | This function finds and moves all Hyperplanes in the range that are dominated by others. More...
|
| |
| template<typename Iterator , typename P = std::identity> |
| std::tuple< Iterator, Iterator, Iterator > | AIToolbox::extractDominatedIncremental (Iterator begin, Iterator newBegin, Iterator end, P p=P{}) |
| | This function finds and moves all Hyperplanes in the range that are dominated by others. More...
|
| |