tree_model.h
Go to the documentation of this file.
1 /*
2  * This file is part of the alglib project.
3  *
4  * (c) Divyanshu Kakwani <divkakwani@gmail.com>
5  *
6  * For the full copyright and license information, please view the LICENSE file
7  * that was distributed with this source code.
8  */
9 
10 #pragma once
11 
15 template<typename elt_t>
16 class tree_model {
17 
18 
19 
20 
21 };
22 
23 
24 
Definition: tree_model.h:16