package
0.0.0-20210621041153-5e0ed37ed381
Repository: https://github.com/heedy/pipescript.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
GetInterpolator parses the interpolator given and returns everything initialized.
Merge takes multiple Iterators and merges them into one Iterator based upon increasing timestamp.
No description provided by the author
No description provided by the author
No description provided by the author
Unregister removes the given named interpolator from the registry.
# Variables
InterpolatorRegsitry is a map of the registered interpolators.
InterpolatorRegsitry is a map of the registered interpolators.
No description provided by the author
# Structs
Dataset allows to create a tabular structure.
Interpolator is the struct which holds documentation and generator for an Interpolation method.
No description provided by the author
TestCase is a simplified test case generator for use in testing Interpolators.
TestOutput is an output of the interpolator.
No description provided by the author
# Type aliases
InterpolatorConstructor creates a new Iterator, which will return a datapoint for each element of reference.