SG++-Doxygen-Documentation
sgpp::datadriven::AssignBatchNetworkMessage Struct Reference

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...
 

Detailed Description

Message wrapped in MPI_Packet specifying an order to a worker to train from a batch.

Member Data Documentation

◆ batchOffset

size_t sgpp::datadriven::AssignBatchNetworkMessage::batchOffset

The offset from the start of the training set to learn from.

Referenced by sgpp::datadriven::MPIMethods::assignBatch().

◆ batchSize

size_t sgpp::datadriven::AssignBatchNetworkMessage::batchSize

The size of the batch to learn from.

◆ doCrossValidation

bool sgpp::datadriven::AssignBatchNetworkMessage::doCrossValidation

Whether to do cross validation.


The documentation for this struct was generated from the following file: