temporal

package
v0.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2018 License: Apache-2.0 Imports: 10 Imported by: 2

Documentation

Index

Constants

View Source
const CountTemporalType = "count_over_time"

CountTemporalType generates count of all values in the specified interval

Variables

This section is empty.

Functions

func NewCountOp

func NewCountOp(args []interface{}) (transform.Params, error)

NewCountOp creates a new base linear transform with a count node

Types

type MakeProcessor

type MakeProcessor func(op baseOp, controller *transform.Controller) Processor

MakeProcessor is a way to create a transform

type Processor

type Processor interface {
	Process(values []float64) float64
}

Processor is implemented by the underlying transforms

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL