Visualisierung2
apair Struct Reference

#include <FastCommunity.h>

Public Attributes

int x
 Der hinzufuegende Knoten. More...
 
int y
 Der Knoten welchen x hinzugefuegt wird. More...
 

Detailed Description

Ein Paar von Graphknoten. Wird im Clusteringalgorithmus verwendet um die Knotenpaare zu dokumentieren, die zu einem Cluster vereint werden. Hierbei wird der Knoten x dem Knoten y hinzugefuegt.

Definition at line 46 of file FastCommunity.h.

Member Data Documentation

int apair::x

Der hinzufuegende Knoten.

Definition at line 48 of file FastCommunity.h.

int apair::y

Der Knoten welchen x hinzugefuegt wird.

Definition at line 49 of file FastCommunity.h.


The documentation for this struct was generated from the following file: