SG++-Doxygen-Documentation
|
Message wrapped in MPI_Packet specifying an order to a worker to train from a batch. More...
#include <NetworkMessageData.hpp>
Public Attributes | |
size_t | batchOffset |
The offset from the start of the training set to learn from. More... | |
size_t | batchSize |
The size of the batch to learn from. More... | |
bool | doCrossValidation |
Whether to do cross validation. More... | |
Message wrapped in MPI_Packet specifying an order to a worker to train from a batch.
size_t sgpp::datadriven::AssignBatchNetworkMessage::batchOffset |
The offset from the start of the training set to learn from.
Referenced by sgpp::datadriven::MPIMethods::assignBatch().
size_t sgpp::datadriven::AssignBatchNetworkMessage::batchSize |
The size of the batch to learn from.
bool sgpp::datadriven::AssignBatchNetworkMessage::doCrossValidation |
Whether to do cross validation.