| 92 | } |
| 93 | |
| 94 | TPool::TCVIterator TPool::CrossValidationIterator(const size_t foldsCount, const EIteratorType iteratorType) const { |
| 95 | return TPool::TCVIterator(*this, foldsCount, iteratorType); |
| 96 | } |
| 97 | |
| 98 | TPool TPool::InjurePool(const double injureFactor, const double injureOffset) const { |
| 99 | TPool injuredPool(*this); |
no test coverage detected