mlpack
3.4.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
mlpack
methods
ann
rbm
rbm_policies.hpp
Go to the documentation of this file.
1
12
#ifndef MLPACK_METHODS_ANN_RBM_RBM_POLICIES_HPP
13
#define MLPACK_METHODS_ANN_RBM_RBM_POLICIES_HPP
14
15
namespace
mlpack {
16
namespace
ann {
17
30
class
BinaryRBM
{
/* Nothing to do here */
};
31
44
class
SpikeSlabRBM
{
/* Nothing to do here */
};
45
46
}
// namespace ann
47
}
// namespace mlpack
48
49
#endif
mlpack::ann::BinaryRBM
For more information, see the following paper:
Definition:
rbm_policies.hpp:30
mlpack::ann::SpikeSlabRBM
For more information, see the following paper:
Definition:
rbm_policies.hpp:44
Generated by
1.8.5