This commit is contained in:
parent
6d1664d57e
commit
204a5ec17b
6
app.py
6
app.py
@ -15,11 +15,11 @@ def read_graph(graph_file: str = 'valos_halozat_other_dataset.txt') -> dict:
|
||||
|
||||
|
||||
def calclulate_values(graph_data: dict):
|
||||
print(f"Klaszterezettseg: {graph_data['graph'].clusters()}")
|
||||
print(f"Atmero: {graph_data['graph'].diameter()}")
|
||||
print(f"Klaszterek: {graph_data['graph'].clusters()}")
|
||||
print(f"Klaszterek szama: {len(graph_data['graph'].clusters())}")
|
||||
print(f"Atlagos ut hossz: {graph_data['graph'].average_path_length()}")
|
||||
print(f"Atlagos fokszam: {(graph_data['edges'] * 2) / graph_data['vertices']}")
|
||||
print(f"Komponensek: {graph_data['graph'].components}")
|
||||
print(f"Atmero: {graph_data['graph'].diameter()}")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user