Closed jfirebaugh closed 7 years ago
How does this function work? E.g. what is the evaluated value for a feature whose p property is "fuzz"?
p
{ "type": "exponential", "property": "p", "stops": [ ["foo", 0], ["bar", 100] ] }
What about this one? Is it valid?
{ "type": "interval", "property": "p", "stops": [ ["a", 0], ["å", 5], ["b", 10] ] }
cc @lucaswoj
String domains only make sense for categorical functions. exponential and interval functions require a numeric domain.
categorical
exponential
interval
How does this function work? E.g. what is the evaluated value for a feature whose
p
property is "fuzz"?What about this one? Is it valid?
cc @lucaswoj