Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Batch ¶
type Batch struct {
Index int
Samples []Sample
Stats []float64 // Precomputed aggregate stats for this batch (mean, var, etc.)
}
Batch represents a group of samples collected at the same time index.
Click to show internal directories.
Click to hide internal directories.