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