Class SegmentProducer::Segment

Nested Relationships

This class is a nested type of Class SegmentProducer.

Class Documentation

class Segment

Container of data and weights blocks.

Public Functions

inline size_t get_obs_offset() const

The offset, in bytes, of the data block, from the start of the stream.

Public Members

BlockProducer::Block data

Data block.

BlockProducer::Block weights

Weights block.