FLImaging 6.5.8.1
RandomForest.h
1#pragma once
2
3namespace FLImaging
4{
5 namespace Foundation
6 {
7 class FL_EXPORT CRandomForest : public Base::CFLBase
8 {
9 public:
10 CRandomForest();
11 virtual ~CRandomForest();
12
13
14
15
16
17
18
19
20 SupportToDuplicateObject(CRandomForest, *this);
21 DeclareGetClassType();
22 };
23 }
24}
25