Lab41 / Circulo

Community Detection Research Effort
http://lab41.github.io/Circulo/
Other
79 stars 39 forks source link

Multigraph Affecting Metrics #62

Open Lab41PaulM opened 9 years ago

Lab41PaulM commented 9 years ago

For those muligraphs where a transformation does not occur, some of the metrics may become undefined. For example, density scores can exceed 1 when a multigraph occurs. We have solved this under circumstances where a transformation occurred in the run_algos stage. However, when a transformation does not occur (i.e. with ground truth, or with an algorithm that accepts multigraphs) it is very likely that you will receive odd metric scores in cases where a complete graph is considered such as in density. Most likely will have to conduct a transformation in the metrics to resolve this.