MachineIntelligenceCore:Algorithms
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MatrixXfSDREncoder.hpp
Go to the documentation of this file.
1 
23 #ifndef SRC_ENCODERS_MATRIXXFSDRENCODER_HPP_
24 #define SRC_ENCODERS_MATRIXXFSDRENCODER_HPP_
25 
27 
28 namespace mic {
29 namespace encoders {
30 
39 template <typename inputDataType = float>
41 
42 
43 } /* namespace encoders */
44 } /* namespace mic */
45 
46 #endif /* SRC_ENCODERS_MATRIXXFSDRENCODER_HPP_ */
Abstract parent class for all encoders using MatrixXf as SDR datatype.