Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterFactory ¶
Register registers the specified aggregator
Types ¶
type Aggregator ¶
func NewBlockAverage ¶
func NewBlockAverage(windowSize int) Aggregator
func NewMovingAverage ¶
func NewMovingAverage(windowSize int) Aggregator
func NewTimeBlockAverage ¶
func NewTimeBlockAverage(windowSize int) Aggregator
type BlockAverage ¶
type BlockAverage struct {
// contains filtered or unexported fields
}
type Factory ¶
type Factory func(windowSize int) Aggregator
type MovingAverage ¶
type MovingAverage struct {
// contains filtered or unexported fields
}
type TimeBlockAverage ¶
type TimeBlockAverage struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.