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

Method GetLeafValues

catboost/libs/model/model.cpp:858–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856}
857
858TConstArrayRef<double> TSolidModelTree::GetLeafValues() const {
859 return LeafValues;
860}
861
862TConstArrayRef<double> TSolidModelTree::GetLeafWeights() const {
863 return LeafWeights;

Calls

no outgoing calls

Tested by

no test coverage detected