* @return Number of dimensions in model. */
| 753 | * @return Number of dimensions in model. |
| 754 | */ |
| 755 | size_t GetDimensionsCount() const noexcept { |
| 756 | return ModelTrees->GetDimensionsCount(); |
| 757 | } |
| 758 | |
| 759 | /** |
| 760 | * Truncate trees to contain only trees from [begin; end) interval. |
no outgoing calls
no test coverage detected