Copyright | (c) Daniel Lovasko 2016-2017 |
---|---|
License | BSD3 |
Maintainer | Daniel Lovasko <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Codec.Goat.ValueFrame.Encode
Description
Encoding of value points into a compressed frame form.
- valueEncode :: [Float] -> ValueFrame
Documentation
Arguments
:: [Float] | value points |
-> ValueFrame | succinct frame form |
Encode a list of float values into a succinct value frame.