MachineIntelligenceCore:Algorithms
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MatrixXfMatrixXfEncoder.hpp
Go to the documentation of this file.
1 
23 #ifndef SRC_AUTO_ENCODERS_SINGLECHANNELMATRIXBATCHENCODER_H_
24 #define SRC_AUTO_ENCODERS_SINGLECHANNELMATRIXBATCHENCODER_H_
25 
27 
28 namespace mic {
29 namespace encoders {
30 
37 
38 } /* namespace encoders */
39 } /* namespace mic */
40 
41 #endif /* SRC_AUTO_ENCODERS_SINGLECHANNELMATRIXBATCHENCODER_H_ */
ColMatrixEncoder< float > MatrixXfMatrixXfEncoder
(Legacy compatibility) Wrapper for ColMatrixEncoder<float>.
Encoder responsible for encoding single channel (float) matrices (e.g. grayscale images) into SDRs...