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

Method IsValid

library/cpp/linear_regression/benchmark/pool.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool TPool::TCVIterator::IsValid() const {
51 return Current != InstanceFoldNumbers.end();
52}
53
54const TInstance& TPool::TCVIterator::operator*() const {
55 return ParentPool[Current - InstanceFoldNumbers.begin()];

Callers 1

QualityBenchmarkFunction · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected