MCPcopy Create free account
hub / github.com/catboost/catboost / CrossValidationIterator

Method CrossValidationIterator

library/cpp/linear_regression/benchmark/pool.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

QualityBenchmarkFunction · 0.80

Calls 1

TCVIteratorClass · 0.85

Tested by

no test coverage detected