You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I'd prefer to keep metric specific logic out of the templating engine. If the metric is available on the entity it could be used just like any other attribute though.
Basic idea would be that any time metrics were updated it would cache the value on the entity itself.
Only concern is possible conflicts with other attributes (very likely that degree will be used to track college degree). One option is just to append "centrality" to all the metrics.
element.get('degreeCentrality')
Other option is to just namespace the metrics to differentiate them from the actual account attributes:
Need to be able to write something like this:
The text was updated successfully, but these errors were encountered: