SG++-Doxygen-Documentation
|
Packet wrapper in MPI_Packet containing segmented data from the alpha vector of the trained system. More...
#include <NetworkMessageData.hpp>
Public Attributes | |
size_t | alphaTotalSize |
The total size of the alpha vector over all segments. More... | |
size_t | batchOffset |
The offset of the batch that was trained with. More... | |
size_t | batchSize |
The size of the batch that was trained with. More... | |
size_t | classIndex |
The index of the class that was trained. More... | |
size_t | gridversion |
The version of the grid where the training took place. More... | |
unsigned char | payload [(MPI_PACKET_MAX_PAYLOAD_SIZE - 7 *sizeof(size_t))] |
The packet's data. More... | |
size_t | payloadLength |
The number of values contained in this segment. More... | |
size_t | payloadOffset |
The offset from the start of the alpha vector where this segment of data starts. More... | |
Packet wrapper in MPI_Packet containing segmented data from the alpha vector of the trained system.
size_t sgpp::datadriven::MergeGridNetworkMessage::alphaTotalSize |
The total size of the alpha vector over all segments.
Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().
size_t sgpp::datadriven::MergeGridNetworkMessage::batchOffset |
The offset of the batch that was trained with.
Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().
size_t sgpp::datadriven::MergeGridNetworkMessage::batchSize |
The size of the batch that was trained with.
Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().
size_t sgpp::datadriven::MergeGridNetworkMessage::classIndex |
The index of the class that was trained.
Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage(), and sgpp::datadriven::MPIMethods::sendMergeGridNetworkMessage().
size_t sgpp::datadriven::MergeGridNetworkMessage::gridversion |
The version of the grid where the training took place.
Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().
unsigned char sgpp::datadriven::MergeGridNetworkMessage::payload[(MPI_PACKET_MAX_PAYLOAD_SIZE - 7 *sizeof(size_t))] |
The packet's data.
Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().
size_t sgpp::datadriven::MergeGridNetworkMessage::payloadLength |
The number of values contained in this segment.
Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().
size_t sgpp::datadriven::MergeGridNetworkMessage::payloadOffset |
The offset from the start of the alpha vector where this segment of data starts.
Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().