constants.hpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2023-2025, NVIDIA CORPORATION.
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #pragma once
7 
8 namespace ML {
9 namespace fil {
13 auto constexpr static const preferred_tree_layout = tree_layout::breadth_first;
24 auto constexpr static const reserved_node_metadata_bits = 3;
25 
26 } // namespace fil
27 } // namespace ML
Definition: dbscan.hpp:18