alias of TimeSeriesTuple
A class to encapsulate operations involving categories and their metadata
Currently exposes 3 read/write properties: signature, human_name, and threshold.
Determine which category, if any, a signature belongs to.
If it doesn’t find a match, then it’ll save the error into a new category, which subsequent errors are checked against.
Create Category ID hash from a category signature.
Adds category metadata.
This method will set 3 metadata fields for the category hash: * category is the full text of the original cateory. * verbose_name is the human readable name for this category (used for
display purposes)
The key values are in the form {category_hash}:{metadata_name} e.g. a909ede39c09d84ed1839c5ca0f9b9876113770b:category
Return a list of all currently defined categories
WARNING: Will remove this category and re-sort its events
Return a dictionary representation of this cats metadata