pydtn agkmeans and version 1.0
Compare changes
- ArktikHunter authored
+ 129
− 99
@@ -4,10 +4,10 @@ __author__ = "Hunter McConnell <hunter.mcconnell@usask.ca>"
@@ -16,17 +16,17 @@ from pydtnsim.community import HCBFAGKmeansNode, BubbleAGKmeansNode
@@ -61,22 +61,23 @@ DEPENDANT = [
@@ -88,9 +89,9 @@ class SimOptions(tk.LabelFrame):
@@ -105,19 +106,23 @@ class SimOptions(tk.LabelFrame):
@@ -137,26 +142,26 @@ class NodeOptions(tk.LabelFrame):
@@ -168,7 +173,8 @@ class NodeOptions(tk.LabelFrame):
@@ -176,32 +182,37 @@ class NodeOptions(tk.LabelFrame):
@@ -211,15 +222,24 @@ class NodeChoices(tk.LabelFrame):
@@ -227,12 +247,12 @@ class TrafficOptions(tk.LabelFrame):
@@ -241,7 +261,8 @@ class TrafficOptions(tk.LabelFrame):
@@ -249,7 +270,10 @@ class TrafficOptions(tk.LabelFrame):
@@ -264,21 +288,20 @@ class GraphingOptions(tk.LabelFrame):
@@ -290,24 +313,18 @@ class GraphingOptions(tk.LabelFrame):
@@ -322,80 +339,93 @@ class GraphingOptions(tk.LabelFrame):