Generates the Bars-And-Stripes problem. In this problem, a 4x4 image has either rows or columns of the same value. More...
#include <shark/Unsupervised/RBM/Problems/BarsAndStripes.h>
Public Member Functions | |
BarsAndStripes (std::size_t batchSize=32, bool bipolar=false) | |
UnlabeledData< RealVector > | data () const |
Returns all input pattern of the BarsAndStripes problem. More... | |
std::size_t | inputDimension () const |
returns the dimensionality of the data More... | |
Generates the Bars-And-Stripes problem. In this problem, a 4x4 image has either rows or columns of the same value.
Definition at line 36 of file BarsAndStripes.h.
|
inline |
Definition at line 40 of file BarsAndStripes.h.
References data().
|
inline |
Returns all input pattern of the BarsAndStripes problem.
Definition at line 61 of file BarsAndStripes.h.
Referenced by BarsAndStripes(), and main().
|
inline |
returns the dimensionality of the data
Definition at line 66 of file BarsAndStripes.h.
Referenced by main().