|
@@ -249,7 +249,7 @@ def plotFScore(FS):
|
249
|
249
|
for k in FS.keys():
|
250
|
250
|
ar=np.array((FS[k]))
|
251
|
251
|
axes.plot(ar[:,0],ar[:,1],label="$ns=$"+str(k),linewidth=3)
|
252
|
|
- axes.set_xlabel("Threshold factor ($TF$)")
|
|
252
|
+ axes.set_xlabel("Threshold factor ($tf$)")
|
253
|
253
|
axes.set_ylabel("FScore")
|
254
|
254
|
axes.legend()
|
255
|
255
|
axes.grid()
|
|
@@ -492,7 +492,7 @@ def plotData3():
|
492
|
492
|
anomalyMetric(threshold[int(options.timesteps)]*float(options.TF), int(options.timesteps),datalist)
|
493
|
493
|
|
494
|
494
|
|
495
|
|
-#plotData3()
|
|
495
|
+plotData3()
|
496
|
496
|
|
497
|
497
|
|
498
|
498
|
def plotData5():
|