MachineIntelligenceCore:Algorithms
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
UIntMatrixXfEncoder.hpp
Go to the documentation of this file.
1 
23 #ifndef SRC_ENCODERS_UINTMATRIXXFENCODER_HPP_
24 #define SRC_ENCODERS_UINTMATRIXXFENCODER_HPP_
25 
27 
28 namespace mic {
29 namespace encoders {
30 
37 
38 } /* namespace encoders */
39 } /* namespace mic */
40 
41 #endif /* SRC_ENCODERS_UINTMATRIXXFENCODER_HPP_ */
Encoder responsible for encoding unsigned integers into Matrix SDRs. A 1-of-k encoder, i.e. it simply turns on the adequate, i.e. there is no learning.
UIntMatrixEncoder< float > UIntMatrixXfEncoder
(Legacy Compatibility) Wrapper for MatrixSDREncoder<float>