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