pub fn decode(
continuous_attribute: Attribute,
encoded_values: ZList(Float),
) -> String
pub fn deserialized(
continuous_attribute_serialized: AttributeSerialized,
) -> Attribute
pub fn encode(
continuous_attribute: Attribute,
value: String,
) -> ZList(Float)
pub fn json_decoder() -> Decoder(AttributeSerialized)
pub fn json_encoded(
continuous_attribute_serialized: AttributeSerialized,
) -> JsonValue
pub fn parse(s: String) -> Float
pub fn serialized(
continuous_attribute: Attribute,
) -> AttributeSerialized
pub fn updated(
continuous_attribute: Attribute,
datapoint: Map(String, String),
) -> Attribute