#include <limits>#include <cmath>#include <shark/Unsupervised/RBM/Tags.h>#include <shark/Core/Exception.h>Go to the source code of this file.
Classes | |
| struct | shark::TwoStateSpace< State1, State2 > |
| The TwoStateSpace is a discrete Space with only two values, for example {0,1} or {-1,1}. More... | |
Namespaces | |
| shark | |
| AbstractMultiObjectiveOptimizer. | |
Typedefs | |
| typedef TwoStateSpace< 0, 1 > | shark::BinarySpace |
| typedef TwoStateSpace<-1, 1 > | shark::SymmetricBinarySpace |