Graphinius/graphinius

deal with self-degrees

cassinius opened this issue · 1 comments

  • introduce a measure of self-degree -> simple: In, out, und
  • eliminate self-loops either via
    • graph projection -> no bad idea, but too slow if needed often
    • input parameter to algorithm / JSONInput -> nope (dependent on input source)
    • additional properties of BaseNode class + methods + tests

DONE