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

Method GetEnsemblesCount

catboost/libs/eval_result/eval_result.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 size_t TEvalResult::GetEnsemblesCount() const {
62 return EnsemblesCount;
63 }
64
65 void TEvalResult::ClearRawValues() {
66 RawValues.clear();

Callers 2

AddBlendedApproxMethod · 0.80
InitializeColumnWriterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected