"chess board" problem for binary classification More...
#include <shark/Data/DataDistribution.h>
Inheritance diagram for shark::Chessboard:Public Member Functions | |
| Chessboard (unsigned int size=4, double noiselevel=0.0) | |
| void | draw (RealVector &input, unsigned int &label) const |
| Generates a single pair of input and label. More... | |
Public Member Functions inherited from shark::LabeledDataDistribution< RealVector, unsigned int > | |
| virtual | ~LabeledDataDistribution () |
| Virtual destructor. More... | |
| std::pair< RealVector, unsigned int > | operator() () |
| LabeledData< RealVector, unsigned int > | generateDataset (std::size_t size, std::size_t maximumBatchSize) const |
| Generates a dataset with samples from from the distribution. More... | |
| LabeledData< RealVector, unsigned int > | generateDataset (std::size_t size) const |
| Generates a data set with samples from from the distribution. More... | |
Protected Attributes | |
| unsigned int | m_size |
| double | m_noiselevel |
"chess board" problem for binary classification
Definition at line 182 of file DataDistribution.h.
|
inline |
Definition at line 185 of file DataDistribution.h.
References shark::size().
|
inlinevirtual |
Generates a single pair of input and label.
| input | the generated input |
| label | the generated label |
Implements shark::LabeledDataDistribution< RealVector, unsigned int >.
Definition at line 192 of file DataDistribution.h.
References shark::uni().
|
protected |
Definition at line 207 of file DataDistribution.h.
|
protected |
Definition at line 206 of file DataDistribution.h.