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