Build Indicator Reporting Node¶
Build a single indicator for an algorithm
-
analysis_engine.indicators.build_indicator_node.build_indicator_node(node, label=None)[source]¶ Parse a dictionary in the algorithm config
indicatorslist and return a dictionarySupported values found in: analysis_engine/consts.py
Parameters: - node – single dictionary from the config’s
indicatorslist - label – optional - string log tracking this class in the logs (usually just the algo name is good enough to help debug issues when running distributed)
Returns: dictionary
- node – single dictionary from the config’s