Documentation
¶
Index ¶
- func New(ctx operation.InitContext) (operation.Operation, error)
- type Input
- type InterpolateMethod
- type Interval
- func (i *Interval) GetEndBound() int
- func (i *Interval) GetStartBound() int
- func (i *Interval) Interpolate(series []interface{}, how InterpolateMethod)
- func (i *Interval) InterpolateEdge(series []interface{}, how InterpolateMethod)
- func (i *Interval) SetEndBound(endBound int)
- func (i *Interval) SetStartBound(startBound int)
- type Linear
- type Mean
- type Operation
- type Params
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InterpolateMethod ¶
type Interval ¶
type Interval struct {
// contains filtered or unexported fields
}
func NewInterval ¶
func NewInterval() Interval
func (*Interval) GetEndBound ¶
func (*Interval) GetStartBound ¶
func (*Interval) Interpolate ¶
func (i *Interval) Interpolate(series []interface{}, how InterpolateMethod)
func (*Interval) InterpolateEdge ¶
func (i *Interval) InterpolateEdge(series []interface{}, how InterpolateMethod)
func (*Interval) SetEndBound ¶
func (*Interval) SetStartBound ¶
Click to show internal directories.
Click to hide internal directories.