MTF
MCPCA.h
1 #ifndef MTF_MC_PCA_H
2 #define MTF_MC_PCA_H
3 
4 #include "PCA.h"
5 
6 _MTF_BEGIN_NAMESPACE
7 
8 class MCPCA : public PCA{
9 public:
10  MCPCA(const ParamType *pca_params = nullptr);
11 };
12 
13 _MTF_END_NAMESPACE
14 
15 #endif
Definition: MCPCA.h:8
Definition: PCA.h:27
Definition: PCA.h:8