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

Method GetTreeSplits

catboost/libs/model/model.cpp:838–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836}
837
838TConstArrayRef<int> TSolidModelTree::GetTreeSplits() const {
839 return TreeSplits;
840}
841
842TConstArrayRef<int> TSolidModelTree::GetTreeSizes() const {
843 return TreeSizes;

Calls

no outgoing calls

Tested by

no test coverage detected