readme and test
This commit is contained in:
parent
faaad93ef4
commit
517b7d55f1
5 changed files with 91 additions and 68 deletions
13
test.py
Normal file
13
test.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
from pyagushka import lyagushka
|
||||
from randonautentropy import rndo
|
||||
import json
|
||||
|
||||
random_data = []
|
||||
|
||||
with open('random_values.txt', 'r') as file:
|
||||
for line in file:
|
||||
random_data.append(int(line.strip()))
|
||||
|
||||
anomalies = json.loads(lyagushka(random_data, 1.0, 5))
|
||||
|
||||
print(anomalies)
|
||||
Loading…
Add table
Add a link
Reference in a new issue