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

Method GetLeafWeights

catboost/libs/model/model.cpp:862–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860}
861
862TConstArrayRef<double> TSolidModelTree::GetLeafWeights() const {
863 return LeafWeights;
864}
865
866THolder<IModelTreeData> TSolidModelTree::Clone(ECloningPolicy policy) const {
867 switch (policy) {

Callers 15

AlmostEqualMethod · 0.80
CalcFstrFunction · 0.80
InitLeafWeightsFunction · 0.80
PrepareTreesFunction · 0.80
TruncateTreesMethod · 0.80
FBSerializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected